| Index: third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.cpp b/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.cpp
|
| index ca069d58a18e9a5b8430836a3872cbd4f60a5eb6..1d24a24492e73863ad813d0c222b71645634b692 100644
|
| --- a/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/v8/JavaScriptCallFrame.cpp
|
| @@ -37,7 +37,7 @@
|
| namespace blink {
|
|
|
| JavaScriptCallFrame::JavaScriptCallFrame(v8::Local<v8::Context> debuggerContext, v8::Local<v8::Object> callFrame)
|
| - : m_isolate(v8::Isolate::GetCurrent())
|
| + : m_isolate(debuggerContext->GetIsolate())
|
| , m_debuggerContext(m_isolate, debuggerContext)
|
| , m_callFrame(m_isolate, callFrame)
|
| {
|
|
|