Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 285e55155918d455122b37f51c16acd9d91ab186..d88bada52b6085df626f43f577c3650fb409d163 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -144,7 +144,7 @@ class LCodeGen: public LCodeGenBase { |
#undef DECLARE_DO |
private: |
- StrictMode strict_mode() const { return info()->strict_mode(); } |
+ LanguageMode language_mode() const { return info()->language_mode(); } |
Scope* scope() const { return scope_; } |