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