Chromium Code Reviews| Index: src/execution.cc |
| diff --git a/src/execution.cc b/src/execution.cc |
| index 30df585fcbb7a724617213a9832ae4d1bb2996eb..c9b012cf7c4285707f66485c7b7c34b5e43e1f3b 100644 |
| --- a/src/execution.cc |
| +++ b/src/execution.cc |
| @@ -72,7 +72,7 @@ static Handle<Object> Invoke(bool construct, |
| Isolate* isolate = func->GetIsolate(); |
| // Entering JavaScript. |
| - VMState state(JS); |
| + VMState state(isolate, JS); |
| // Placeholder for return value. |
| MaybeObject* value = reinterpret_cast<Object*>(kZapValue); |