Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-15 15:53:22 +0300
committerZYSzys <zyszys98@gmail.com>2019-03-18 15:22:13 +0300
commitcf51ee4dcf6981434e3a461bb4439a5a41d7cd9d (patch)
tree508742496aee22f629c85c0d42feda4ee1a07f73 /src/fs_event_wrap.cc
parent174da74701b28eeeb70a59045f2f1f44839cda51 (diff)
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 8009be6a10a..acdaff586ce 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,