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

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

Issue 1601283003: DevTools: deoilpanize inspector/v8 and related classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed. Created 4 years, 11 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/InspectorInspectorAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
index 7ada22d44a3c111d4b2a5af2dbebc12367f03ba0..06eca5ee9464a8121d86935536fdb730c7bf9aca 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorInspectorAgent.h
@@ -53,7 +53,6 @@ public:
}
~InspectorInspectorAgent() override;
- DECLARE_VIRTUAL_TRACE();
// Inspector front-end API.
void enable(ErrorString*) override;
@@ -71,7 +70,7 @@ public:
private:
explicit InspectorInspectorAgent(InjectedScriptManager*);
- RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ InjectedScriptManager* m_injectedScriptManager;
Vector<std::pair<long, String>> m_pendingEvaluateTestCommands;
};

Powered by Google App Engine
This is Rietveld 408576698