Skip to content

Commit e1cc165

Browse files
committed
fixup! fixup! src,lib: group properties used as constants from util binding
Signed-off-by: Daeyeon Jeong <[email protected]>
1 parent 21e2ae8 commit e1cc165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_util.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ void Initialize(Local<Object> target,
365365
Isolate* isolate = env->isolate();
366366

367367
{
368-
Local<v8::ObjectTemplate> tmpl = v8::ObjectTemplate::New(isolate);
368+
Local<ObjectTemplate> tmpl = ObjectTemplate::New(isolate);
369369
#define V(PropertyName, _) \
370370
tmpl->Set(FIXED_ONE_BYTE_STRING(env->isolate(), #PropertyName), \
371371
env->PropertyName());

0 commit comments

Comments
 (0)