| Index: third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| index 424c298d156def847bda0724cb11fb00dfda1d2c..eebf270f74fcbda5ba9647bd52c0fbb2cf13540d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -168,7 +168,7 @@ private:
|
| InspectedFrames* m_inspectedFrames;
|
| String m_userAgentOverride;
|
| String m_hostId;
|
| - OwnPtr<NetworkResourcesData> m_resourcesData;
|
| + OwnPtrWillBeMember<NetworkResourcesData> m_resourcesData;
|
|
|
| typedef HashMap<ThreadableLoaderClient*, unsigned long> ThreadableLoaderClientRequestIdMap;
|
|
|
|
|