| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.h b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| index 2a7950c124bf8a78dea5311e3e50a01419cba12b..4e87a7db0e7f91a59298e18f41b056d6acbf2f23 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.h
|
| @@ -42,7 +42,7 @@ private:
|
| explicit InspectorEmulationAgent(WebLocalFrameImpl*);
|
| WebViewImpl* webViewImpl();
|
|
|
| - WebLocalFrameImpl* m_webLocalFrameImpl;
|
| + RawPtrWillBeMember<WebLocalFrameImpl> m_webLocalFrameImpl;
|
| };
|
|
|
|
|
|
|