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

Unified Diff: Source/bindings/core/dart/DartInspectorDebuggerAgent.h

Issue 1672443003: Fix devtools bugs Fix a spurious layout test failure (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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/core/dart/DartInspectorDebuggerAgent.h
diff --git a/Source/bindings/core/dart/DartInspectorDebuggerAgent.h b/Source/bindings/core/dart/DartInspectorDebuggerAgent.h
index 6ce59f197358ec488f23e5ee17fb2c50e6722f67..6702cf4beee42142c750ef249e637545ab95791f 100644
--- a/Source/bindings/core/dart/DartInspectorDebuggerAgent.h
+++ b/Source/bindings/core/dart/DartInspectorDebuggerAgent.h
@@ -91,7 +91,6 @@ public:
virtual void canSetScriptSource(ErrorString*, bool* result) { *result = true; }
virtual void init();
- virtual void setFrontend(InspectorFrontend*);
virtual void clearFrontend();
virtual void restore();
@@ -208,13 +207,13 @@ protected:
ScriptCallFrame topCallFrameSkipUnknownSources();
InspectorState* state();
+ InspectorFrontend::Debugger* frontend();
typedef HashMap<String, Script> ScriptsMap;
typedef HashMap<String, Vector<String>> BreakpointIdToDebugServerBreakpointIdsMap;
typedef HashMap<String, std::pair<String, BreakpointSource>> DebugServerBreakpointToBreakpointIdAndSourceMap;
DartInjectedScriptManager* m_injectedScriptManager;
- InspectorFrontend::Debugger* m_frontend;
RefPtr<DartScriptState> m_pausedScriptState;
Dart_StackTrace m_currentCallStack;
ScriptsMap m_scripts;
« no previous file with comments | « LayoutTests/dart/microtask-queue-expected.txt ('k') | Source/bindings/core/dart/DartInspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698