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 47867a1e87d24b59fa69f1a172a5b69207cb357f..e51ed096aeebda2611739b4f5926245b7db728e9 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.idl |
+++ b/third_party/WebKit/Source/core/dom/Element.idl |
@@ -44,6 +44,7 @@ interface Element : Node { |
boolean hasAttributes(); |
[SameObject, PerWorldBindings, ImplementedAs=attributesForBindings] readonly attribute NamedNodeMap attributes; |
+ sequence<DOMString> getAttributeNames(); |
DOMString? getAttribute(DOMString name); |
DOMString? getAttributeNS(DOMString? namespaceURI, DOMString localName); |
[RaisesException, CEReactions, CustomElementCallbacks] void setAttribute(DOMString name, DOMString value); |