Chromium Code Reviews| Index: sky/engine/core/dom/Element.idl |
| diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl |
| index 9741ef4a91d2997339cfc938dbd53409dede7fe0..54c8fb17211d8817710b664e1f969a2bb88ca3e7 100644 |
| --- a/sky/engine/core/dom/Element.idl |
| +++ b/sky/engine/core/dom/Element.idl |
| @@ -12,6 +12,7 @@ |
| [CustomElementCallbacks, RaisesException] void setAttribute(DOMString name, optional DOMString value); |
| [CustomElementCallbacks] void removeAttribute(DOMString name); |
| + [CustomElementCallbacks, RaisesException] void setAttributes(sequence<Attr> attributes); |
|
abarth-chromium
2015/02/21 09:15:49
Adding this API seemed easier than writing a loop
|
| sequence<Attr> getAttributes(); |
| readonly attribute ShadowRoot shadowRoot; |