| Index: Source/core/html/HTMLIFrameElement.h
|
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
|
| index fcb6b4859ef026f8539d5c517cc25043e97d6a0d..2ba0dbda73c8a6bc643845cfd7475048bcfa3b7b 100644
|
| --- a/Source/core/html/HTMLIFrameElement.h
|
| +++ b/Source/core/html/HTMLIFrameElement.h
|
| @@ -26,6 +26,7 @@
|
|
|
| #include "core/dom/DOMSettableTokenList.h"
|
| #include "core/html/HTMLFrameElementBase.h"
|
| +#include "platform/weborigin/SecurityPolicy.h"
|
|
|
| namespace blink {
|
|
|
| @@ -58,9 +59,13 @@ private:
|
|
|
| void valueChanged() override;
|
|
|
| + bool referrerPolicyAttribute(ReferrerPolicy*) override;
|
| +
|
| AtomicString m_name;
|
| bool m_didLoadNonEmptyDocument;
|
| RefPtrWillBeMember<DOMSettableTokenList> m_sandbox;
|
| +
|
| + ReferrerPolicy m_referrerPolicy;
|
| };
|
|
|
| } // namespace blink
|
|
|