| Index: Source/core/inspector/DOMPatchSupport.cpp
|
| diff --git a/Source/core/inspector/DOMPatchSupport.cpp b/Source/core/inspector/DOMPatchSupport.cpp
|
| index 70afedaa7e6505e2ccdb8054fd2d4b44f71b3a2c..bceaa76c59ad0b6e0cb0d1ebf551358a67263b18 100644
|
| --- a/Source/core/inspector/DOMPatchSupport.cpp
|
| +++ b/Source/core/inspector/DOMPatchSupport.cpp
|
| @@ -108,7 +108,7 @@ void DOMPatchSupport::patchDocument(const String& markup)
|
| OwnPtr<Digest> oldInfo = createDigest(m_document->documentElement(), 0);
|
| OwnPtr<Digest> newInfo = createDigest(newDocument->documentElement(), &m_unusedNodesMap);
|
|
|
| - if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION_STATE)) {
|
| + if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION)) {
|
| // Fall back to rewrite.
|
| m_document->write(markup);
|
| m_document->close();
|
|
|