Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index 242e497b777dac0a7390ca893ff26e83d0a02976..525889b80b81735b31a3d346ffcc1edfc4744607 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -279,8 +279,8 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler { |
virtual ~ElementHandlerCompiler() {} |
- static Handle<Code> GetKeyedLoadHandler(Handle<Map> receiver_map, |
- Isolate* isolate); |
+ static Handle<Object> GetKeyedLoadHandler(Handle<Map> receiver_map, |
+ Isolate* isolate); |
void CompileElementHandlers(MapHandleList* receiver_maps, |
List<Handle<Object>>* handlers); |