Chromium Code Reviews| 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; |