Chromium Code Reviews| 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 0a43b108ad1fd5e6c85bb2e2e9a51784fe94be08..b26d7ba437777c4a6e4c9a090fc196aa4eea39bf 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl |
| @@ -29,6 +29,10 @@ interface HTMLIFrameElement : HTMLElement { |
| [CEReactions, Reflect] attribute boolean allowFullscreen; |
| [CEReactions, Reflect] attribute DOMString width; |
| [CEReactions, Reflect] attribute DOMString height; |
| + |
| + // Feature Policy allow attribute |
|
Rick Byers
2017/02/10 22:09:21
sorry, one more nit - include a https://wicg.githu
lunalu1
2017/02/10 23:04:12
Will do. Thanks
|
| + [RuntimeEnabled=FeaturePolicy, CEReactions, PutForwards=value] readonly attribute DOMTokenList allow; |
| + |
| [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument; |
| readonly attribute Window? contentWindow; |
| [CheckSecurity=ReturnValue, RaisesException] Document? getSVGDocument(); |