Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index 0f81669960cea263475261974ef2692eb2f0eafb..40a7938960e37f98d0827ff8e3494e7e4ac950a4 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -1977,7 +1977,7 @@ bool CallStubCompiler::HasCustomCallGenerator(Handle<JSFunction> function) { |
Handle<Code> CallStubCompiler::CompileCustomCall( |
Handle<Object> object, |
Handle<JSObject> holder, |
- Handle<JSGlobalPropertyCell> cell, |
+ Handle<Cell> cell, |
Handle<JSFunction> function, |
Handle<String> fname) { |
ASSERT(HasCustomCallGenerator(function)); |