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 BethGriggs committed Apr 27, 2020
1 parent fc71a85 commit ca7e0a2
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 ca7e0a2

Please sign in to comment.