| 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..4b3937b1c2a3a24c33d36c9ad6f861f8d744a6c0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -41,7 +41,7 @@ class CORE_EXPORT HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
| protected:
|
| HTMLFrameElementBase(const QualifiedName&, Document&);
|
|
|
| - bool isURLAllowed() const;
|
| + bool isURLAllowed(bool fromLayout = false) const;
|
|
|
| void parseAttribute(const QualifiedName&,
|
| const AtomicString&,
|
|
|