Skip to content

Commit

Permalink
src: remove unnecessary fully qualified names
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyes committed Apr 26, 2020
1 parent 53b8133 commit 90169a7
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 90169a7

Please sign in to comment.