| 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..9bf63f373fac33f53739174eab4973d73f2ef209 100644
|
| --- a/sky/engine/core/dom/Element.idl
|
| +++ b/sky/engine/core/dom/Element.idl
|
| @@ -9,7 +9,7 @@
|
|
|
| boolean hasAttribute(DOMString name);
|
| [TreatReturnedNullStringAs=Null] DOMString getAttribute(DOMString name);
|
| - [CustomElementCallbacks, RaisesException] void setAttribute(DOMString name, optional DOMString value);
|
| + [CustomElementCallbacks, RaisesException] void setAttribute(DOMString name, optional DOMString? value);
|
| [CustomElementCallbacks] void removeAttribute(DOMString name);
|
|
|
| sequence<Attr> getAttributes();
|
|
|