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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h

Issue 1936593002: [DevTools] Remove state from v8 agent wrappers, remove unnecessary classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-everything-from-agents
Patch Set: rebased Created 4 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: third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
index ddc711a31b0ec1e390d2637786f50744e8ffcbbe..9742c527128e62314208a4e87a2405fe8d520acb 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.h
@@ -43,6 +43,7 @@ class CORE_EXPORT InspectorDebuggerAgent
: public InspectorBaseAgent<InspectorDebuggerAgent, protocol::Frontend::Debugger>
, public protocol::Backend::Debugger {
public:
+ explicit InspectorDebuggerAgent(V8DebuggerAgent*);
~InspectorDebuggerAgent() override;
DECLARE_VIRTUAL_TRACE();
@@ -82,8 +83,6 @@ public:
void restore() override;
protected:
- explicit InspectorDebuggerAgent(V8DebuggerAgent*);
-
V8DebuggerAgent* m_v8DebuggerAgent;
};
« no previous file with comments | « third_party/WebKit/Source/core/core.gypi ('k') | third_party/WebKit/Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698