Index: src/ic/ic-compiler.h |
diff --git a/src/ic/ic-compiler.h b/src/ic/ic-compiler.h |
index 97c07d0ecaf65a55c110470cf07caf00a711b764..dd898aeed3c76e7585965fcc8dd0b89e375d5c33 100644 |
--- a/src/ic/ic-compiler.h |
+++ b/src/ic/ic-compiler.h |
@@ -34,6 +34,8 @@ class PropertyICCompiler : public PropertyAccessCompiler { |
ExtraICState extra_ic_state); |
// Keyed |
+ static Handle<Code> ComputeKeyedLoadMonomorphicHandler( |
+ Handle<Map> receiver_map); |
static Handle<Code> ComputeKeyedLoadMonomorphic(Handle<Map> receiver_map); |
static Handle<Code> ComputeKeyedStoreMonomorphic( |