Index: third_party/WebKit/Source/web/WebElement.cpp |
diff --git a/third_party/WebKit/Source/web/WebElement.cpp b/third_party/WebKit/Source/web/WebElement.cpp |
index 58b694556f65a5a53b2d7303a36ec9ee23fafe8c..ce769878120ecd9c07b1712ade20b3a61082099f 100644 |
--- a/third_party/WebKit/Source/web/WebElement.cpp |
+++ b/third_party/WebKit/Source/web/WebElement.cpp |
@@ -96,7 +96,8 @@ void WebElement::setAttribute(const WebString& attrName, |
// mutate the DOM in any way. |
V0CustomElementProcessingStack::CallbackDeliveryScope |
deliverCustomElementCallbacks; |
- unwrap<Element>()->setAttribute(attrName, attrValue, IGNORE_EXCEPTION); |
+ unwrap<Element>()->setAttribute(attrName, attrValue, |
+ IGNORE_EXCEPTION_FOR_TESTING); |
} |
unsigned WebElement::attributeCount() const { |