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 d3d3a9ff19ebe916d1c2b5ab9f20b0e309811647..0fce233bf6e136445f292ba0b30a5204c8b39832 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(); |
[CEReactions, 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; |
tkent
2016/06/23 04:57:27
Please add a comment about the specification URL.
raymes
2016/06/27 08:09:50
Done.
|
// obsolete members |
// https://html.spec.whatwg.org/#HTMLIFrameElement-partial |