| 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;
|
| };
|
|
|
|
|