Index: src/execution.h |
diff --git a/src/execution.h b/src/execution.h |
index 1a9a66c146a797f87669384af92d1faadae6eb21..0c1bf94cd4334b3020d667f54fb8b1abf10ed4dd 100644 |
--- a/src/execution.h |
+++ b/src/execution.h |
@@ -62,7 +62,8 @@ class Execution : public AllStatic { |
// and the function called is not in strict mode, receiver is converted to |
// an object. |
// |
- static Handle<Object> Call(Handle<Object> callable, |
+ static Handle<Object> Call(Isolate* isolate, |
+ Handle<Object> callable, |
Handle<Object> receiver, |
int argc, |
Handle<Object> argv[], |