| Index: Source/bindings/v8/PageScriptDebugServer.cpp
|
| diff --git a/Source/bindings/v8/PageScriptDebugServer.cpp b/Source/bindings/v8/PageScriptDebugServer.cpp
|
| index 8ee19c6564a8a96284d9384f5b2c2e24706ba95a..2992381d39584b4e9155863d0441db1d9e1df6f6 100644
|
| --- a/Source/bindings/v8/PageScriptDebugServer.cpp
|
| +++ b/Source/bindings/v8/PageScriptDebugServer.cpp
|
| @@ -191,4 +191,6 @@ void PageScriptDebugServer::quitMessageLoopOnPause()
|
| m_clientMessageLoop->quitNow();
|
| }
|
|
|
| +OwnPtr<PageScriptDebugServer::ClientMessageLoop> PageScriptDebugServer::m_clientMessageLoop;
|
| +
|
| } // namespace WebCore
|
|
|