| 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 eebf270f74fcbda5ba9647bd52c0fbb2cf13540d..d26610273bf88c95e9ac9786d8c32a50feb1435c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorResourceAgent.h
|
| @@ -165,7 +165,7 @@ private:
|
|
|
| bool getResponseBodyBlob(const String& requestId, PassRefPtrWillBeRawPtr<GetResponseBodyCallback>);
|
|
|
| - InspectedFrames* m_inspectedFrames;
|
| + RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| String m_userAgentOverride;
|
| String m_hostId;
|
| OwnPtrWillBeMember<NetworkResourcesData> m_resourcesData;
|
|
|