| 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 255acf0552055ebbcd6205f20a12924bb073000c..eac66384614d77ca72eef5a29d2cb52ab006a37a 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;
|
| - [RuntimeEnabled=ReferrerPolicyAttribute, 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;
|
|
|
|
|