Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 4d0ea705d1546b0ea5dbf975f15c32a4964ad44a..91ea414dffc0de5fae49ba8a2c5bb10a50da554b 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -615,7 +615,6 @@ DEFINE_BOOL(script_streaming, true, "enable parsing on background") |
// bootstrapper.cc |
DEFINE_STRING(expose_natives_as, NULL, "expose natives in global object") |
-DEFINE_STRING(expose_debug_as, NULL, "expose debug in global object") |
DEFINE_BOOL(expose_free_buffer, false, "expose freeBuffer extension") |
DEFINE_BOOL(expose_gc, false, "expose gc extension") |
DEFINE_STRING(expose_gc_as, NULL, |