Chromium Code Reviews| Index: WebCore/dom/Attr.h |
| =================================================================== |
| --- WebCore/dom/Attr.h (revision 69030) |
| +++ WebCore/dom/Attr.h (working copy) |
| @@ -48,6 +48,7 @@ |
| 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(); } |