| Index: third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| index ed03c0aa4bf5d683bcc8c1810218d421be2526ae..afc2e779c47307addc5c2f98b6647baa3f00b853 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -41,8 +41,6 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
| protected:
|
| HTMLFrameElementBase(const QualifiedName&, Document&);
|
|
|
| - bool isURLAllowed() const;
|
| -
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
| const AtomicString&) override;
|
| @@ -72,6 +70,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
|
|
| void setLocation(const String&);
|
| void setNameAndOpenURL();
|
| + bool isURLAllowed() const;
|
| void openURL(bool replaceCurrentItem = true);
|
|
|
| ScrollbarMode m_scrollingMode;
|
|
|