Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index f44f092ccf2322e427db648f153cb2a3dd480f90..3bffbde33737ea58dfc3b2e39d8a27d734cea874 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -62,7 +62,7 @@ PARSE_INFO_GETTER(Handle<Script>, script) |
PARSE_INFO_GETTER(bool, is_eval) |
PARSE_INFO_GETTER(bool, is_native) |
PARSE_INFO_GETTER(bool, is_module) |
-PARSE_INFO_GETTER(LanguageMode, language_mode) |
+PARSE_INFO_GETTER_WITH_DEFAULT(LanguageMode, language_mode, STRICT) |
PARSE_INFO_GETTER_WITH_DEFAULT(Handle<JSFunction>, closure, |
Handle<JSFunction>::null()) |
PARSE_INFO_GETTER(FunctionLiteral*, function) |