Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index d1597c50a09a007bd017d74eebce8fda8e8b797b..cdfdb27d9f5fdcbc531ea928a61cfd71080f38cc 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -995,6 +995,8 @@ bool Node::inDetach() const |
void Node::detach(const AttachContext& context) |
{ |
+ DeprecatedDisableModifyRenderTreeStructureAsserts disabler; |
+ |
#ifndef NDEBUG |
ASSERT(!detachingNode); |
detachingNode = this; |