| Index: third_party/WebKit/Source/core/frame/LocalFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| index 2165cca6ed38af5fcb3e928034ec644c8e86fc94..e6d60128f030ee704f148a0512ab098b445f5178 100644
|
| --- a/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
|
| @@ -104,8 +104,6 @@ public:
|
| bool prepareForCommit() override;
|
| void didChangeVisibilityState() override;
|
|
|
| - void willDetachFrameHost();
|
| -
|
| LocalDOMWindow* localDOMWindow() const;
|
| void setDOMWindow(LocalDOMWindow*);
|
| FrameView* view() const;
|
|
|