| 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 2bda3b5c68f68642b59bda16d9d5817a261636f0..2cd3ff21637ef786fd08e9d0806acb63cb7e8468 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -34,6 +34,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
| class Frame;
|
| +class FrameOrPlugin;
|
| class FrameViewBase;
|
| class LayoutPart;
|
|
|
| @@ -105,7 +106,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| bool replace_current_item);
|
| bool IsKeyboardFocusable() const override;
|
|
|
| - void DisposeWidgetSoon(FrameViewBase*);
|
| + void DisposeFrameOrPluginSoon(FrameOrPlugin*);
|
| void FrameOwnerPropertiesChanged();
|
|
|
| private:
|
|
|