| Index: src/code-factory.h
|
| diff --git a/src/code-factory.h b/src/code-factory.h
|
| index 535758dcdc87a65556916d7fe31176940226aba8..92f49b8ff1de4ebed6e32bf873aad551eba024e6 100644
|
| --- a/src/code-factory.h
|
| +++ b/src/code-factory.h
|
| @@ -40,8 +40,8 @@ class CodeFactory FINAL {
|
| CallICState::CallType call_type);
|
| static Callable CallICInOptimizedCode(Isolate* isolate, int argc,
|
| CallICState::CallType call_type);
|
| - static Callable StoreIC(Isolate* isolate, StrictMode mode);
|
| - static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
|
| + static Callable StoreIC(Isolate* isolate, LanguageMode mode);
|
| + static Callable KeyedStoreIC(Isolate* isolate, LanguageMode mode);
|
|
|
| static Callable CompareIC(Isolate* isolate, Token::Value op);
|
|
|
|
|