| Index: Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
|
| index 7b25ebf03fd2b00e09e91eb5b1a1763e8667a83e..b7565a4e9e6896e0f439a8c2fe83d43671694bf1 100644
|
| --- a/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -65,8 +65,7 @@ public:
|
|
|
| protected:
|
| RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| - // FIXME: Oilpan: Move InspectorState to heap in follow-up CL.
|
| - InspectorState* m_state;
|
| + RawPtrWillBeMember<InspectorState> m_state;
|
|
|
| private:
|
| String m_name;
|
| @@ -89,8 +88,7 @@ public:
|
|
|
| private:
|
| RawPtrWillBeMember<InstrumentingAgents> m_instrumentingAgents;
|
| - // FIXME: Oilpan: Move InspectorCompositeState to heap in follow-up CL.
|
| - InspectorCompositeState* m_inspectorState;
|
| + RawPtrWillBeMember<InspectorCompositeState> m_inspectorState;
|
| WillBeHeapVector<OwnPtrWillBeMember<InspectorAgent> > m_agents;
|
| };
|
|
|
|
|