Skip to content

Commit 90169a7

Browse files
committed
src: remove unnecessary fully qualified names
1 parent 53b8133 commit 90169a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/heap_utils.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ class HeapSnapshotStream : public AsyncWrap,
237237
HeapSnapshotStream(
238238
Environment* env,
239239
HeapSnapshotPointer&& snapshot,
240-
v8::Local<v8::Object> obj) :
240+
Local<Object> obj) :
241241
AsyncWrap(env, obj, AsyncWrap::PROVIDER_HEAPSNAPSHOT),
242242
StreamBase(env),
243243
snapshot_(std::move(snapshot)) {

0 commit comments

Comments
 (0)