summaryrefslogtreecommitdiffstats
path: root/src/stub-cache.cc
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-08-11 14:56:33 +0100
committerBen Murdoch <benm@google.com>2010-08-11 14:56:33 +0100
commitbb769b257e753aafcbd96767abb2abc645eaa20c (patch)
treec6fa2c4c5dc62a17135d5e70ba1fd2117ad934e3 /src/stub-cache.cc
parent91e42c979b0b259e6ffa5b3ebc410f47b2bb2cda (diff)
downloadandroid_external_v8-bb769b257e753aafcbd96767abb2abc645eaa20c.tar.gz
android_external_v8-bb769b257e753aafcbd96767abb2abc645eaa20c.tar.bz2
android_external_v8-bb769b257e753aafcbd96767abb2abc645eaa20c.zip
Update V8 to r5214 as required by WebKit r65072.
Change-Id: I387277a00cc0949597c0f69a8e4f2da60213c8f2
Diffstat (limited to 'src/stub-cache.cc')
-rw-r--r--src/stub-cache.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/stub-cache.cc b/src/stub-cache.cc
index bc29d06a..6a0c93e8 100644
--- a/src/stub-cache.cc
+++ b/src/stub-cache.cc
@@ -822,13 +822,6 @@ void StubCache::Clear() {
// StubCompiler implementation.
-// Support function for computing call IC miss stubs.
-Handle<Code> ComputeCallMiss(int argc, Code::Kind kind) {
- CALL_HEAP_FUNCTION(StubCache::ComputeCallMiss(argc, kind), Code);
-}
-
-
-
Object* LoadCallbackProperty(Arguments args) {
ASSERT(args[0]->IsJSObject());
ASSERT(args[1]->IsJSObject());