Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 16a32e5417c2049526dfb62c05d930a5b953f44e..4574822f3d3fa2687babc827fe3b811d472aba15 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -169,6 +169,7 @@ public: |
// Internal methods that assume the existence of attribute storage, one should use hasAttributes() |
// before calling them. This is not a trivial getter and its return value should be cached for |
// performance. |
+ AttributeIteratorAccessor attributesIterator() const { return elementData()->attributesIterator(); } |
size_t attributeCount() const; |
const Attribute& attributeItem(unsigned index) const; |
const Attribute* getAttributeItem(const QualifiedName&) const; |