Index: third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp |
index 84cad136f16ff670a903f516863a3ecf58bc453f..d60da0bd5c2fb1466f8c84e0e1dcab808a29c65b 100644 |
--- a/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp |
+++ b/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp |
@@ -94,7 +94,7 @@ void DOMPatchSupport::patchDocument(const String& markup) { |
Digest* newInfo = |
createDigest(newDocument->documentElement(), &m_unusedNodesMap); |
- if (!innerPatchNode(oldInfo, newInfo, IGNORE_EXCEPTION)) { |
+ if (!innerPatchNode(oldInfo, newInfo, IGNORE_EXCEPTION_FOR_TESTING)) { |
// Fall back to rewrite. |
document().write(markup); |
document().close(); |