| Index: src/mips/lithium-codegen-mips.h
|
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
|
| index 779f090da4f5ec24ce50e0db764e9fdd99be3b03..e6630c3bebe03b35a3f0bf07cec584a43bb27c52 100644
|
| --- a/src/mips/lithium-codegen-mips.h
|
| +++ b/src/mips/lithium-codegen-mips.h
|
| @@ -161,7 +161,7 @@ class LCodeGen: public LCodeGenBase {
|
| #undef DECLARE_DO
|
|
|
| private:
|
| - StrictModeFlag strict_mode_flag() const {
|
| + StrictMode strict_mode_flag() const {
|
| return info()->is_sloppy_mode() ? kSloppyMode : kStrictMode;
|
| }
|
|
|
|
|