summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/src/scopeinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/v8/src/scopeinfo.h')
-rw-r--r--src/3rdparty/v8/src/scopeinfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/v8/src/scopeinfo.h b/src/3rdparty/v8/src/scopeinfo.h
index 2ca4503..eeb3047 100644
--- a/src/3rdparty/v8/src/scopeinfo.h
+++ b/src/3rdparty/v8/src/scopeinfo.h
@@ -88,7 +88,6 @@ class ScopeInfo BASE_EMBEDDED {
Handle<String> function_name_;
bool calls_eval_;
bool is_strict_mode_;
- bool is_qml_mode_;
ScopeType type_;
List<Handle<String>, Allocator > parameters_;
List<Handle<String>, Allocator > stack_slots_;