Skip to content

Commit 10a87c8

Browse files
rickyestargos
authored andcommitted
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>
1 parent c49e3ea commit 10a87c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)