Index: src/ic/ic.h |
diff --git a/src/ic/ic.h b/src/ic/ic.h |
index 31c3128a395e17b5bf0d2eccd41c5d5b21fbd14c..9394758ce0c39db64784fb0a22e23caef17efd5e 100644 |
--- a/src/ic/ic.h |
+++ b/src/ic/ic.h |
@@ -356,7 +356,8 @@ class CallIC : public IC { |
// Code generator routines. |
static Handle<Code> initialize_stub(Isolate* isolate, int argc, |
- CallICState::CallType call_type); |
+ CallICState::CallType call_type, |
+ bool is_spread = false); |
static Handle<Code> initialize_stub_in_optimized_code( |
Isolate* isolate, int argc, CallICState::CallType call_type); |