| Index: third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| index 12bb7262c306fccdb82e37908167045e40f1bef6..6422132358156cf6cb002f2c176f1d5926e0edc1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInputAgent.h
|
| @@ -61,7 +61,7 @@ public:
|
| private:
|
| explicit InspectorInputAgent(InspectedFrames*);
|
|
|
| - InspectedFrames* m_inspectedFrames;
|
| + RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| };
|
|
|
|
|
|
|