| Index: third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| index 63917a6345e24ab01484bce5a1b589596aee6615..a34aaeb85055e4d25299003b3e1d0d7da9a013d5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
|
| @@ -143,7 +143,7 @@ private:
|
|
|
| PassRefPtr<TypeBuilder::Page::Frame> buildObjectForFrame(LocalFrame*);
|
| PassRefPtr<TypeBuilder::Page::FrameResourceTree> buildObjectForFrameTree(LocalFrame*);
|
| - InspectedFrames* m_inspectedFrames;
|
| + RawPtrWillBeMember<InspectedFrames> m_inspectedFrames;
|
| RawPtrWillBeMember<InspectorDebuggerAgent> m_debuggerAgent;
|
| Client* m_client;
|
| long m_lastScriptIdentifier;
|
|
|