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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.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/InspectorRuntimeAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
index c74b813f8f7c881bef2a17ce77e702ddb670ee74..3c4c9302ecf812250685ca5bb6bb26ad00995238 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorRuntimeAgent.h
@@ -62,7 +62,6 @@ public:
};
~InspectorRuntimeAgent() override;
- DECLARE_VIRTUAL_TRACE();
// InspectorBaseAgent overrides.
void init() override;
@@ -117,7 +116,7 @@ protected:
private:
OwnPtr<V8RuntimeAgent> m_v8RuntimeAgent;
- RawPtrWillBeMember<InjectedScriptManager> m_injectedScriptManager;
+ InjectedScriptManager* m_injectedScriptManager;
Client* m_client;
};

Powered by Google App Engine
This is Rietveld 408576698