Index: sky/engine/core/dom/Element.idl |
diff --git a/sky/engine/core/dom/Element.idl b/sky/engine/core/dom/Element.idl |
index 21b42a0a39c677e02ec27677fe608eb1471f9955..306a57c6020a5adc7717571c8854496fde85817e 100644 |
--- a/sky/engine/core/dom/Element.idl |
+++ b/sky/engine/core/dom/Element.idl |
@@ -32,6 +32,8 @@ |
boolean hasAttribute(DOMString name); |
+ sequence<Attr> getAttributes(); |
+ |
[PerWorldBindings] readonly attribute CSSStyleDeclaration style; |
[Reflect] attribute DOMString id; |