| Index: third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.idl b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| index 9166b8551f3819323243c5f2fc7896e2a8fcbec7..f7c418cebfbed1b53ad6f0d0cb46812ec09d8786 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.idl
|
| @@ -39,7 +39,7 @@
|
| readonly attribute long naturalHeight;
|
| readonly attribute boolean complete;
|
| readonly attribute DOMString currentSrc;
|
| - [Reflect, ReflectOnly=("","no-referrer","origin","no-referrer-when-downgrade","origin-when-cross-origin","unsafe-url"), ReflectMissing="", ReflectInvalid=""] attribute DOMString referrerpolicy;
|
| + [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/#HTMLImageElement-partial
|
|
|