| 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 6e9cf68a0f36e9ced892fccaa58b264f6cf8f507..40250204fc91b1a5eeddc5d92310516fd82ea982 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
|
| @@ -41,7 +41,8 @@ public:
|
| protected:
|
| HTMLFrameElementBase(const QualifiedName&, Document&);
|
|
|
| - bool isURLAllowed() const;
|
| + enum ReasonForCallingURLAllowed { WillLoadURL, WillNotLoadURL };
|
| + bool isURLAllowed(ReasonForCallingURLAllowed) const;
|
|
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|