Skip to content

Commit ca7e0a2

Browse files
juanarbolBethGriggs
authored andcommitted
src: remove redundant v8::HeapSnapshot namespace
PR-URL: #32854 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent fc71a85 commit ca7e0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heap_utils.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ inline bool WriteSnapshot(Isolate* isolate, const char* filename) {
328328

329329
} // namespace
330330

331-
void DeleteHeapSnapshot(const v8::HeapSnapshot* snapshot) {
331+
void DeleteHeapSnapshot(const HeapSnapshot* snapshot) {
332332
const_cast<HeapSnapshot*>(snapshot)->Delete();
333333
}
334334

0 commit comments

Comments
 (0)