| Index: src/mips64/lithium-codegen-mips64.h
|
| diff --git a/src/mips64/lithium-codegen-mips64.h b/src/mips64/lithium-codegen-mips64.h
|
| index ded6b1ad8db221681c0b34b800ae02ce24660635..f26bef697dfc51e1266952f384df7fe304d94640 100644
|
| --- a/src/mips64/lithium-codegen-mips64.h
|
| +++ b/src/mips64/lithium-codegen-mips64.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_; }
|
|
|
|
|