| Index: Source/core/dom/Attr.cpp | 
| diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp | 
| index 510a383f3c48f9b00d1fce2e8b918add437c89f0..20d1d5ea5a77d4f802751ee6e29f1604424203d6 100644 | 
| --- a/Source/core/dom/Attr.cpp | 
| +++ b/Source/core/dom/Attr.cpp | 
| @@ -139,7 +139,7 @@ void Attr::setValue(const AtomicString& value, ExceptionState&) | 
|  | 
| void Attr::setNodeValue(const String& v) | 
| { | 
| -    setValue(v, IGNORE_EXCEPTION_STATE); | 
| +    setValue(v, IGNORE_EXCEPTION); | 
| } | 
|  | 
| PassRefPtr<Node> Attr::cloneNode(bool /*deep*/) | 
|  |