Chromium Code Reviews| Index: Source/core/html/HTMLAnchorElement.idl |
| diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl |
| index ab3c118efc1f90612e58898df091e0284ea3a06c..3277fb5122334f1b853d399da0e1d0fc7554182f 100644 |
| --- a/Source/core/html/HTMLAnchorElement.idl |
| +++ b/Source/core/html/HTMLAnchorElement.idl |
| @@ -26,6 +26,7 @@ interface HTMLAnchorElement : HTMLElement { |
| // FIXME: ping should be a DOMSettableTokenList. |
| [Reflect] attribute DOMString ping; |
| [Reflect] attribute DOMString rel; |
| + [Reflect] attribute DOMString referrer; |
|
jochen (gone - plz use gerrit)
2015/05/21 07:48:58
this should be a runtime enabled feature, no?
burnik
2015/05/21 10:44:37
Yes, I think that's the idea, I would wrap this be
|
| // FIXME: readonly attribute DOMTokenList relList; |
| [Reflect] attribute DOMString hreflang; |
| [Reflect] attribute DOMString type; |