| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| index 2b3b6cebd648b3433c241bc158c604e187412ff0..ed1a7c63eb7a7153c75d61c8d490e2409397a5e0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
|
| @@ -28,7 +28,7 @@ interface HTMLAreaElement : HTMLElement {
|
| // FIXME: ping should be a DOMTokenList.
|
| [CEReactions, Reflect] attribute DOMString ping;
|
| // FIXME: download, rel, relList are missing
|
| - [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;
|
|
|
| // obsolete members
|
| // https://html.spec.whatwg.org/#HTMLAreaElement-partial
|
|
|