| 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 dff459a12f2525daf2e2a817f68e3fd3d6d60f80..9b2902799fec3ccea9f3d6d2c426b44b20976fa9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.idl
|
| @@ -23,7 +23,8 @@
|
| interface HTMLAnchorElement : HTMLElement {
|
| [Reflect] attribute DOMString target;
|
| [Reflect] attribute DOMString download;
|
| - [PutForwards=value] attribute DOMSettableTokenList ping;
|
| + // FIXME: ping should be a DOMSettableTokenList.
|
| + [Reflect] attribute DOMString ping;
|
| [Reflect] attribute DOMString rel;
|
| // FIXME: readonly attribute DOMTokenList relList;
|
| [Reflect] attribute DOMString hreflang;
|
|
|