| 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 935a702cb253fb5c91675de35861c99950b8964f..bdfc2854a39e75a93ab6a76c7ae5282fc9e95f25 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.idl
|
| @@ -32,7 +32,7 @@ interface HTMLIFrameElement : HTMLElement {
|
| [CheckSecurity=ReturnValue] readonly attribute Document? contentDocument;
|
| 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;
|
| + [CEReactions, Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerPolicy;
|
| // https://noncombatant.github.io/permission-delegation-api/#delegation-via-the-declarative-api
|
| [RuntimeEnabled=PermissionDelegation, PutForwards=value] readonly attribute DOMTokenList permissions;
|
|
|
|
|