Skip to content

Commit

Permalink
src: remove unnecessary fully qualified names
Browse files Browse the repository at this point in the history
PR-URL: #33077
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
rickyes authored and addaleax committed Apr 29, 2020
1 parent f68428b commit 37a5514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class HeapSnapshotStream : public AsyncWrap,
HeapSnapshotStream(
Environment* env,
HeapSnapshotPointer&& snapshot,
v8::Local<v8::Object> obj) :
Local<Object> obj) :
AsyncWrap(env, obj, AsyncWrap::PROVIDER_HEAPSNAPSHOT),
StreamBase(env),
snapshot_(std::move(snapshot)) {
Expand Down

0 comments on commit 37a5514

Please sign in to comment.