| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 405e8d8706c982fa4467d8ca497cb60dec167549..f05d3ecebb049cb9566e9546284bb1a08b07e2b0 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -105,7 +105,6 @@ public:
|
|
|
| WebFrameHostScheduler* frameHostScheduler() const { return m_frameHostScheduler.get(); }
|
|
|
| -
|
| private:
|
| explicit FrameHost(Page&);
|
|
|
| @@ -115,7 +114,7 @@ private:
|
| const OwnPtrWillBeMember<VisualViewport> m_visualViewport;
|
| const OwnPtrWillBeMember<EventHandlerRegistry> m_eventHandlerRegistry;
|
| const OwnPtrWillBeMember<ConsoleMessageStorage> m_consoleMessageStorage;
|
| - const OwnPtrWillBeMember<WebFrameHostScheduler> m_frameHostScheduler;
|
| + const OwnPtr<WebFrameHostScheduler> m_frameHostScheduler;
|
|
|
| AtomicString m_overrideEncoding;
|
| int m_subframeCount;
|
|
|