| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 554ee179d95e447d5ca13a096d7d4f5fec22407b..abf2cb53736a19ef37e66aded1c4420d8820fbb4 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -126,7 +126,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_; }
|
|
|
|
|