Skip to content

Commit

Permalink
src: remove redundant v8::HeapSnapshot namespace
Browse files Browse the repository at this point in the history
PR-URL: #32854
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
juanarbol authored and targos committed Apr 29, 2020
1 parent f7b78f2 commit 71bdcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap_utils.cc
Expand Up @@ -328,7 +328,7 @@ inline bool WriteSnapshot(Isolate* isolate, const char* filename) {

} // namespace

void DeleteHeapSnapshot(const v8::HeapSnapshot* snapshot) {
void DeleteHeapSnapshot(const HeapSnapshot* snapshot) {
const_cast<HeapSnapshot*>(snapshot)->Delete();
}

Expand Down

0 comments on commit 71bdcae

Please sign in to comment.