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

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: 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/PageDebuggerAgent.h
diff --git a/Source/core/inspector/PageDebuggerAgent.h b/Source/core/inspector/PageDebuggerAgent.h
index 49e3a675a697130869738a61939da1f0233e76f5..78a64b11dc139dc629ebe194e9635fca634c246e 100644
--- a/Source/core/inspector/PageDebuggerAgent.h
+++ b/Source/core/inspector/PageDebuggerAgent.h
@@ -35,6 +35,10 @@
#include "core/inspector/InspectorDebuggerAgent.h"
#include "core/inspector/InspectorOverlay.h"
+using blink::TypeBuilder::Debugger::ExceptionDetails;
+using blink::TypeBuilder::Debugger::ScriptId;
+using blink::TypeBuilder::Runtime::RemoteObject;
+
namespace blink {
class DocumentLoader;
@@ -67,7 +71,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