Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 0468e7492bd1952e2bcd0729390cf7658e4db550..2b12321db9feea1274ad95fc885545b1c76a49e5 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -133,9 +133,6 @@ class StubCache { |
Handle<JSObject> receiver, |
Handle<JSObject> holder); |
- Handle<Code> ComputeKeyedLoadFunctionPrototype(Handle<String> name, |
- Handle<JSFunction> receiver); |
- |
// --- |
Handle<Code> ComputeStoreField(Handle<String> name, |
@@ -664,8 +661,6 @@ class KeyedLoadStubCompiler: public StubCompiler { |
Handle<JSObject> holder, |
Handle<String> name); |
- Handle<Code> CompileLoadFunctionPrototype(Handle<String> name); |
- |
Handle<Code> CompileLoadElement(Handle<Map> receiver_map); |
Handle<Code> CompileLoadPolymorphic(MapHandleList* receiver_maps, |