| Index: src/ic/handler-compiler.h
|
| diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h
|
| index cc713eea1cab808d9c1d9ef91b28bffb3c92ae4e..9fb9193364847c88eebfbe23946265858d4a1dcd 100644
|
| --- a/src/ic/handler-compiler.h
|
| +++ b/src/ic/handler-compiler.h
|
| @@ -280,7 +280,7 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler {
|
| virtual ~ElementHandlerCompiler() {}
|
|
|
| void CompileElementHandlers(MapHandleList* receiver_maps,
|
| - CodeHandleList* handlers);
|
| + List<Handle<Object>>* handlers);
|
|
|
| static void GenerateStoreSlow(MacroAssembler* masm);
|
| };
|
|
|