Index: src/stub-cache.cc |
diff --git a/src/stub-cache.cc b/src/stub-cache.cc |
index 2c99b0fd746e7963541bb7639e636fb342522a82..8c6d84c6130f15cab22fc42466af5a632e011707 100644 |
--- a/src/stub-cache.cc |
+++ b/src/stub-cache.cc |
@@ -929,12 +929,7 @@ MaybeObject* StubCache::ComputeCallGlobal(int argc, |
CallStubCompiler compiler( |
argc, in_loop, kind, extra_ic_state, cache_holder); |
{ MaybeObject* maybe_code = |
- compiler.CompileCallGlobal(receiver, |
- holder, |
- cell, |
- function, |
- name, |
- extra_ic_state); |
+ compiler.CompileCallGlobal(receiver, holder, cell, function, name); |
if (!maybe_code->ToObject(&code)) return maybe_code; |
} |
ASSERT_EQ(flags, Code::cast(code)->flags()); |