| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 975a9ffbff04d02cfbbdb9d160c952d388494e40..c737a6ae5ce2e9b84875e5081d08f224f9ba2ae1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -94,6 +94,8 @@ protected:
|
| bool loadOrRedirectSubframe(const KURL&, const AtomicString& frameName, bool replaceCurrentItem);
|
| bool isKeyboardFocusable() const override;
|
|
|
| + void disposeWidgetSoon(Widget*);
|
| +
|
| private:
|
| // Intentionally private to prevent redundant checks when the type is
|
| // already HTMLFrameOwnerElement.
|
|
|