Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: third_party/WebKit/Source/core/html/HTMLAreaElement.idl

Issue 1416043002: Revert "Use DOMSettableTokenList for {HTMLAnchorElement, HTMLAreaElement}.ping." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 13b253ed3e16a397d6b7d66a33922d6ed069d845..89a51c469d10aae9045391abea760def1c00bae1 100644
--- a/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
+++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.idl
@@ -25,7 +25,8 @@ interface HTMLAreaElement : HTMLElement {
[Reflect] attribute DOMString coords;
[Reflect] attribute DOMString shape;
[Reflect] attribute DOMString target;
- [PutForwards=value] attribute DOMSettableTokenList ping;
+ // FIXME: ping should be a DOMSettableTokenList.
+ [Reflect] attribute DOMString ping;
// FIXME: download, rel, relList, hreflang and type are missing.
// obsolete members
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLAnchorElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698