Index: third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
index 89a51c469d10aae9045391abea760def1c00bae1..13b253ed3e16a397d6b7d66a33922d6ed069d845 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl |
@@ -25,8 +25,7 @@ interface HTMLAreaElement : HTMLElement { |
[Reflect] attribute DOMString coords; |
[Reflect] attribute DOMString shape; |
[Reflect] attribute DOMString target; |
- // FIXME: ping should be a DOMSettableTokenList. |
- [Reflect] attribute DOMString ping; |
+ [PutForwards=value] attribute DOMSettableTokenList ping; |
// FIXME: download, rel, relList, hreflang and type are missing. |
// obsolete members |