Index: Source/core/html/HTMLAnchorElement.idl |
diff --git a/Source/core/html/HTMLAnchorElement.idl b/Source/core/html/HTMLAnchorElement.idl |
index a91eb2395c6067ef48fa84d30a4d1e4e44f8809e..5aa631bcf536cf4c51adb6589390c8f9557de66c 100644 |
--- a/Source/core/html/HTMLAnchorElement.idl |
+++ b/Source/core/html/HTMLAnchorElement.idl |
@@ -23,8 +23,7 @@ |
interface HTMLAnchorElement : HTMLElement { |
[Reflect] attribute DOMString target; |
[Reflect] attribute DOMString download; |
- // FIXME: ping should be a DOMSettableTokenList. |
- [Reflect] attribute DOMString ping; |
+ [PutForwards=value] attribute DOMSettableTokenList ping; |
[Reflect] attribute DOMString rel; |
// FIXME: readonly attribute DOMTokenList relList; |
[Reflect] attribute DOMString hreflang; |