Index: src/ic/handler-compiler.h |
diff --git a/src/ic/handler-compiler.h b/src/ic/handler-compiler.h |
index af54e2c79ab6282b627b4aedce5fc8cccd776d8f..04493e483be54166a7b1557a5e83000c4d9c486c 100644 |
--- a/src/ic/handler-compiler.h |
+++ b/src/ic/handler-compiler.h |
@@ -268,7 +268,6 @@ class ElementHandlerCompiler : public PropertyHandlerCompiler { |
void CompileElementHandlers(MapHandleList* receiver_maps, |
CodeHandleList* handlers); |
- static void GenerateLoadDictionaryElement(MacroAssembler* masm); |
static void GenerateStoreSlow(MacroAssembler* masm); |
}; |
} |