Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: Source/bindings/v8/PageScriptDebugServer.cpp

Issue 18729002: Enable message delivering in inspector-protocol tests when on pause (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698