| Index: third_party/WebKit/Source/core/dom/Attr.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Attr.cpp b/third_party/WebKit/Source/core/dom/Attr.cpp
|
| index 575cc3659e22f266ff93fb5883a18c4a92548c61..93526445ebdd3723c583478f499c8f73284d7ff7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Attr.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Attr.cpp
|
| @@ -95,7 +95,7 @@ void Attr::setNodeValue(const String& v) {
|
| setValue(v.isNull() ? emptyAtom : AtomicString(v));
|
| }
|
|
|
| -Node* Attr::cloneNode(bool /*deep*/) {
|
| +Node* Attr::cloneNode(bool /*deep*/, ExceptionState&) {
|
| return new Attr(document(), m_name, value());
|
| }
|
|
|
|
|