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 2abf718a0ff56ae9f97a0bdb71fa1deb59445923..ac8594a5635c521bb8069bb12b98d472256e807d 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 are missing |
// obsolete members |