| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 0fd470ffaf5e61456363fffe3a33eab0d3dd9525..963d72368f570e347c4ca203c505556af441c7fe 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -143,7 +143,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_; }
|
|
|
|
|