Index: src/liveedit.cc |
diff --git a/src/liveedit.cc b/src/liveedit.cc |
index 41aa83d9801ea5ec502c1c01636f09a607811a08..064a4c663b301b919969e2df67ed6097e4fd1794 100644 |
--- a/src/liveedit.cc |
+++ b/src/liveedit.cc |
@@ -844,7 +844,7 @@ MaybeHandle<JSArray> LiveEdit::GatherCompileInfo(Handle<Script> script, |
{ |
// Creating verbose TryCatch from public API is currently the only way to |
// force code save location. We do not use this the object directly. |
- v8::TryCatch try_catch; |
+ v8::TryCatch try_catch(reinterpret_cast<v8::Isolate*>(isolate)); |
try_catch.SetVerbose(true); |
// A logical 'try' section. |