| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 4b13bb38c904c0136d401125492162169f56e062..4ba216fdc155a192f52295d013dd8ba229258402 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -139,7 +139,6 @@
|
| #include "core/frame/DOMVisualViewport.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
| #include "core/frame/FrameConsole.h"
|
| -#include "core/frame/FrameHost.h"
|
| #include "core/frame/FrameView.h"
|
| #include "core/frame/History.h"
|
| #include "core/frame/HostsUsingFeatures.h"
|
| @@ -1661,9 +1660,6 @@ Page* Document::page() const {
|
| return m_frame ? m_frame->page() : nullptr;
|
| }
|
|
|
| -FrameHost* Document::frameHost() const {
|
| - return m_frame ? m_frame->host() : nullptr;
|
| -}
|
|
|
| Settings* Document::settings() const {
|
| return m_frame ? m_frame->settings() : nullptr;
|
|
|