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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorBaseAgent.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/InspectorBaseAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
index 49972d17ee691076b9de83bb249677ab1207a66a..57e0ec167254d0661e716ef60ab64477a6e638da 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h
@@ -69,7 +69,7 @@ public:
protected:
RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- RawPtrWillBeMember<InspectorState> m_state;
+ InspectorState* m_state;
private:
String m_name;
@@ -94,7 +94,7 @@ public:
private:
RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
- RawPtrWillBeMember<InspectorCompositeState> m_inspectorState;
+ InspectorCompositeState* m_inspectorState;
WillBeHeapVector<OwnPtrWillBeMember<InspectorAgent> > m_agents;
};

Powered by Google App Engine
This is Rietveld 408576698