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

Unified Diff: third_party/WebKit/Source/core/dom/Element.idl

Issue 1629403003: Merge DOMSettableTokensList into DOMTokensList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar fixed tests Created 4 years, 10 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
Index: third_party/WebKit/Source/core/dom/Element.idl
diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
index 8d7299469d04c674b6636caf0536f2101ab088d8..a516e09035e682ac49bb19b03416d2f4aae515df 100644
--- a/third_party/WebKit/Source/core/dom/Element.idl
+++ b/third_party/WebKit/Source/core/dom/Element.idl
@@ -33,7 +33,7 @@ interface Element : Node {
[Reflect] attribute DOMString id;
[Reflect=class] attribute DOMString className;
- [SameObject, PerWorldBindings] readonly attribute DOMTokenList classList;
+ [SameObject, PerWorldBindings, PutForwards=value] readonly attribute DOMTokenList classList;
tkent 2016/02/16 03:45:11 Can you do this change in a separated CL?
Yoav Weiss 2016/02/16 09:12:00 sure, removed
[MeasureAs=HasAttributes] boolean hasAttributes();
[SameObject, PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap attributes;

Powered by Google App Engine
This is Rietveld 408576698