| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl b/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| index 7cfbe23de8bc76ec9cc455a2c552f16be0e2fcd9..5f52c6b9bb54282a7db45cbc1c46c6cccc86663b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| @@ -29,7 +29,7 @@ interface HTMLAnchorElement : HTMLElement {
|
| // FIXME: readonly attribute DOMTokenList relList;
|
| [Reflect] attribute DOMString hreflang;
|
| [Reflect] attribute DOMString type;
|
| - [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;
|
|
|
| [ImplementedAs=textContent] attribute DOMString text;
|
|
|
|
|