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

Unified Diff: Source/core/inspector/PageDebuggerAgent.h

Issue 1128273005: Devtools: Move runMessageLoopOnPause and other methods on ScriptDebugServer::Client (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove empty line Created 5 years, 7 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/core/inspector/PageDebuggerAgent.h
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
index ef325ec59c7774f6f78169a31e26dcddbb879e2b..cc88a09d3a40810ee46484703a640e7a0eff188a 100644
--- a/Source/core/inspector/PageDebuggerAgent.h
+++ b/Source/core/inspector/PageDebuggerAgent.h
@@ -66,7 +66,7 @@ protected:
private:
void startListeningScriptDebugServer() override;
void stopListeningScriptDebugServer() override;
- PageScriptDebugServer& scriptDebugServer() override;
+ ScriptDebugServer& scriptDebugServer() override;
void muteConsole() override;
void unmuteConsole() override;

Powered by Google App Engine
This is Rietveld 408576698