Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
index 5e7c25089b4759ab3d9fe6cfdd3a0e627f8b5648..57ae93e3c36df3d79c4268334529ee4b8bfd931d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
@@ -33,7 +33,7 @@ interface HTMLIFrameElement : HTMLElement { |
readonly attribute Window? contentWindow; |
[CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument(); |
[Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy; |
- |
+ [RuntimeEnabled=PermissionDelegation, PutForwards=value] readonly attribute DOMTokenList permissions; |
// obsolete members |
// https://html.spec.whatwg.org/#HTMLIFrameElement-partial |