summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/NamedAttrMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/NamedAttrMap.h')
-rw-r--r--WebCore/dom/NamedAttrMap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/dom/NamedAttrMap.h b/WebCore/dom/NamedAttrMap.h
index 4fb96de..759900b 100644
--- a/WebCore/dom/NamedAttrMap.h
+++ b/WebCore/dom/NamedAttrMap.h
@@ -94,11 +94,11 @@ public:
void addAttribute(PassRefPtr<Attribute>);
void removeAttribute(const QualifiedName&);
+ Element* element() const { return m_element; }
+
protected:
virtual void clearAttributes();
- Element* element() const { return m_element; }
-
private:
void detachAttributesFromElement();
void detachFromElement();