Index: src/execution.cc |
diff --git a/src/execution.cc b/src/execution.cc |
index 97c660e10fbb80339c45e29b4a23ae60554b5f14..04e14723ef488c5d11ee1ee8edbca749e2d782a9 100644 |
--- a/src/execution.cc |
+++ b/src/execution.cc |
@@ -200,7 +200,7 @@ MaybeHandle<Object> Execution::TryCall(Handle<JSFunction> func, |
// creating message objects during stack overflow we shouldn't |
// capture messages. |
{ |
- v8::TryCatch catcher; |
+ v8::TryCatch catcher(reinterpret_cast<v8::Isolate*>(isolate)); |
catcher.SetVerbose(false); |
catcher.SetCaptureMessage(false); |