Index: Source/core/dom/Node.cpp |
diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp |
index 2922e090f00ee72cfbffb0b320d7ae1b239fd22f..c5b1f76174f5458d58ec06bf176162f0a0be033d 100644 |
--- a/Source/core/dom/Node.cpp |
+++ b/Source/core/dom/Node.cpp |
@@ -1939,7 +1939,7 @@ void Node::didMoveToNewDocument(Document& oldDocument) |
} |
oldDocument.markers().removeMarkers(this); |
- |
+ oldDocument.didMoveNodeToNewDocument(*this); |
if (const TouchEventTargetSet* touchHandlers = oldDocument.touchEventTargets()) { |
while (touchHandlers->contains(this)) { |