| Index: src/ic/handler-compiler.h
|
| diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h
|
| index a03ce14696cfd78ee860aa14e883106ae16eb225..45d7d730894a31b8b14de3c79317986ba4e01c0d 100644
|
| --- a/src/ic/handler-compiler.h
|
| +++ b/src/ic/handler-compiler.h
|
| @@ -295,8 +295,7 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler {
|
| virtual ~ElementHandlerCompiler() {}
|
|
|
| void CompileElementHandlers(MapHandleList* receiver_maps,
|
| - CodeHandleList* handlers,
|
| - LanguageMode language_mode);
|
| + CodeHandleList* handlers);
|
|
|
| static void GenerateStoreSlow(MacroAssembler* masm);
|
| };
|
|
|