Index: Source/core/dom/ElementData.h |
diff --git a/Source/core/dom/ElementData.h b/Source/core/dom/ElementData.h |
index e209f7fb1b8d76c4ed606df990128f10ce8e1580..3e2477b1112f473ae46fde8d25c934a24ea468ec 100644 |
--- a/Source/core/dom/ElementData.h |
+++ b/Source/core/dom/ElementData.h |
@@ -150,7 +150,7 @@ public: |
void removeAttribute(size_t index); |
Attribute& attributeItem(unsigned index); |
- Attribute* getAttributeItem(const QualifiedName&); |
+ Attribute* getAttributeItem(const QualifiedName&, bool shouldIgnoreCase); |
UniqueElementData(); |
explicit UniqueElementData(const ShareableElementData&); |