summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Attr.h')
-rw-r--r--WebCore/dom/Attr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/Attr.h b/WebCore/dom/Attr.h
index 2e02a02..e76d2fa 100644
--- a/WebCore/dom/Attr.h
+++ b/WebCore/dom/Attr.h
@@ -48,6 +48,7 @@ public:
const AtomicString& value() const { return m_attribute->value(); }
void setValue(const AtomicString&, ExceptionCode&);
+ void setValue(const AtomicString&);
Attribute* attr() const { return m_attribute.get(); }
const QualifiedName& qualifiedName() const { return m_attribute->name(); }