| Index: Source/bindings/v8/PageScriptDebugServer.cpp
|
| diff --git a/Source/bindings/v8/PageScriptDebugServer.cpp b/Source/bindings/v8/PageScriptDebugServer.cpp
|
| index ed4d52261e2ab58f25515aacc5d47639ac453881..48b879b49604657e5ba57b731df4a697520224f3 100644
|
| --- a/Source/bindings/v8/PageScriptDebugServer.cpp
|
| +++ b/Source/bindings/v8/PageScriptDebugServer.cpp
|
| @@ -102,7 +102,7 @@ void PageScriptDebugServer::addListener(ScriptDebugListener* listener, Page* pag
|
| if (!m_listenersMap.size()) {
|
| ensureDebuggerScriptCompiled();
|
| ASSERT(!debuggerScript->IsUndefined());
|
| - v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(this));
|
| + v8::Debug::SetDebugEventListener2(&PageScriptDebugServer::v8DebugEventCallback, v8::External::New(m_isolate, this));
|
| }
|
| m_listenersMap.set(page, listener);
|
|
|
|
|