diff options
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node.cc b/src/node.cc index f21aac694..825b0227d 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3068,8 +3068,6 @@ void Init(int* argc, V8::SetFlagsFromString(expose_debug_as, sizeof(expose_debug_as) - 1); } - const char typed_arrays_flag[] = "--harmony_typed_arrays"; - V8::SetFlagsFromString(typed_arrays_flag, sizeof(typed_arrays_flag) - 1); V8::SetArrayBufferAllocator(&ArrayBufferAllocator::the_singleton); // Fetch a reference to the main isolate, so we have a reference to it |