| 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 b091ad63ff7d9c91d2c384f70b88b6e1964c05ac..6e9a4b3eb14d18d5ad966794c6acb566aa83d5ba 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -48,7 +48,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| DOMWindow* contentWindow() const;
|
| Document* contentDocument() const;
|
|
|
| - void disconnectContentFrame();
|
| + virtual void disconnectContentFrame();
|
|
|
| // Most subclasses use LayoutPart (either LayoutEmbeddedObject or
|
| // LayoutIFrame) except for HTMLObjectElement and HTMLEmbedElement which may
|
|
|