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

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

Issue 1128273005: Devtools: Move runMessageLoopOnPause and other methods on ScriptDebugServer::Client (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix ownptrs 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/WorkerDebuggerAgent.h
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h
index b3dd8acfbde46b794ede92f3b5334e30a5748fa8..1204545e138a004eeadfe1068e33c171b2a1734a 100644
--- a/Source/core/inspector/WorkerDebuggerAgent.h
+++ b/Source/core/inspector/WorkerDebuggerAgent.h
@@ -56,7 +56,7 @@ private:
void startListeningScriptDebugServer() override;
void stopListeningScriptDebugServer() override;
- WorkerScriptDebugServer& scriptDebugServer() override;
+ ScriptDebugServer& scriptDebugServer() override;
InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override;
void muteConsole() override;
void unmuteConsole() override;

Powered by Google App Engine
This is Rietveld 408576698