 Chromium Code Reviews
 Chromium Code Reviews Issue 3565007:
  Merge 68096  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/
    
  
    Issue 3565007:
  Merge 68096  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/517/| 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(); } |