Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 051d5db6eed53c86cb6b88bce5af4cd9e9601a31..87cd2c50cfa9eb01258307c85391a81e1a4dc4c7 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2051,7 +2051,6 @@ |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_completion) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_tolength) |
EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_do_expressions) |
-EMPTY_INITIALIZE_GLOBAL_FOR_FEATURE(harmony_regexp_lookbehind) |
static void SimpleInstallFunction(Handle<JSObject>& base, const char* name, |
@@ -2554,7 +2553,6 @@ |
static const char* harmony_completion_natives[] = {nullptr}; |
static const char* harmony_do_expressions_natives[] = {nullptr}; |
static const char* harmony_regexp_subclass_natives[] = {nullptr}; |
- static const char* harmony_regexp_lookbehind_natives[] = {nullptr}; |
for (int i = ExperimentalNatives::GetDebuggerCount(); |
i < ExperimentalNatives::GetBuiltinsCount(); i++) { |