| Index: Source/core/html/HTMLIFrameElement.idl
|
| diff --git a/Source/core/html/HTMLIFrameElement.idl b/Source/core/html/HTMLIFrameElement.idl
|
| index d3f8e3fcdf01a1e7eedeaad1128f58932b2eee2b..247a39025026c429439d15109eef2b02be75c8ae 100644
|
| --- a/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/Source/core/html/HTMLIFrameElement.idl
|
| @@ -32,6 +32,8 @@ interface HTMLIFrameElement : HTMLElement {
|
| [CheckSecurity=Node] readonly attribute Document? contentDocument;
|
| readonly attribute Window? contentWindow;
|
| [CheckSecurity=Node, RaisesException] Document? getSVGDocument();
|
| + [RuntimeEnabled=ReferrerPolicyAttribute, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
|
| +
|
|
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLIFrameElement-partial
|
|
|