| Index: src/x87/lithium-codegen-x87.h
|
| diff --git a/src/x87/lithium-codegen-x87.h b/src/x87/lithium-codegen-x87.h
|
| index 6d87cbaa2d36dc3d1b6ae993ea24fbcdec611160..13d6cda5562243042fca8cb0798988f9ad3bdb5d 100644
|
| --- a/src/x87/lithium-codegen-x87.h
|
| +++ b/src/x87/lithium-codegen-x87.h
|
| @@ -160,7 +160,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_; }
|
|
|
|
|