| Index: src/execution.h
|
| diff --git a/src/execution.h b/src/execution.h
|
| index 7b6a48c15a413b2e32e740723f3ea9e321de7847..bb5f804506883b6d77e2b28c995d8cd7450ae2d2 100644
|
| --- a/src/execution.h
|
| +++ b/src/execution.h
|
| @@ -53,7 +53,7 @@ class Execution : public AllStatic {
|
| // *pending_exception tells whether the invoke resulted in
|
| // a pending exception.
|
| //
|
| - static Handle<Object> Call(Handle<JSFunction> func,
|
| + static Handle<Object> Call(Handle<Object> callable,
|
| Handle<Object> receiver,
|
| int argc,
|
| Object*** args,
|
|
|