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

Unified Diff: Source/web/WebDevToolsAgentImpl.h

Issue 932523003: DevTools: [Blink-side] Fix debugger command order (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add m_attached check Created 5 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
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebDevToolsAgentImpl.h
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h
index 59352aac46e242cca2227ce61bc9c287a8cbce3b..52504d45e6fab05f62db03ed2e7f225e339534e4 100644
--- a/Source/web/WebDevToolsAgentImpl.h
+++ b/Source/web/WebDevToolsAgentImpl.h
@@ -55,6 +55,7 @@ class WebInputEvent;
class WebLocalFrameImpl;
class WebString;
class WebViewImpl;
+class DebuggerTask;
class WebDevToolsAgentImpl final
: public WebDevToolsAgent
@@ -139,6 +140,8 @@ private:
typedef Vector<RefPtr<JSONObject> > NotificationQueue;
NotificationQueue m_notificationQueue;
String m_stateCookie;
+
+ friend class DebuggerTask;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698