Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
src: remove unnecessary fully qualified names
PR-URL: #33077
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
rickyes authored and targos committed May 13, 2020
1 parent 154b18f commit 8864353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap_utils.cc
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 8864353

Please sign in to comment.