aboutsummaryrefslogtreecommitdiff
path: root/src/fs_event_wrap.cc
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-15 20:53:22 +0800
committerZYSzys <zyszys98@gmail.com>2019-03-18 20:22:13 +0800
commitcf51ee4dcf6981434e3a461bb4439a5a41d7cd9d (patch)
tree508742496aee22f629c85c0d42feda4ee1a07f73 /src/fs_event_wrap.cc
parent174da74701b28eeeb70a59045f2f1f44839cda51 (diff)
downloadandroid-node-v8-cf51ee4dcf6981434e3a461bb4439a5a41d7cd9d.tar.gz
android-node-v8-cf51ee4dcf6981434e3a461bb4439a5a41d7cd9d.tar.bz2
android-node-v8-cf51ee4dcf6981434e3a461bb4439a5a41d7cd9d.zip
src: elevate v8 namespaces for PropertyAttribute
PR-URL: https://github.com/nodejs/node/pull/26681 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Diffstat (limited to 'src/fs_event_wrap.cc')
-rw-r--r--src/fs_event_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs_event_wrap.cc b/src/fs_event_wrap.cc
index 8009be6a10..acdaff586c 100644
--- a/src/fs_event_wrap.cc
+++ b/src/fs_event_wrap.cc
@@ -118,7 +118,7 @@ void FSEventWrap::Initialize(Local<Object> target,
FIXED_ONE_BYTE_STRING(env->isolate(), "initialized"),
get_initialized_templ,
Local<FunctionTemplate>(),
- static_cast<PropertyAttribute>(ReadOnly | DontDelete | v8::DontEnum));
+ static_cast<PropertyAttribute>(ReadOnly | DontDelete | DontEnum));
target->Set(env->context(),
fsevent_string,