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