| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index 3e3b807a83a7e0f02d8427f97ae027b641d4512f..1a95821355c77ac825a0c7f067b4ecd611cd40a6 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -1787,7 +1787,6 @@ void Node::didMoveToNewDocument(Document& oldDocument)
|
| }
|
|
|
| oldDocument.markers().removeMarkers(this);
|
| - oldDocument.updateRangesAfterNodeMovedToAnotherDocument(*this);
|
| if (oldDocument.frameHost() && !document().frameHost())
|
| oldDocument.frameHost()->eventHandlerRegistry().didMoveOutOfFrameHost(*this);
|
| else if (document().frameHost() && !oldDocument.frameHost())
|
|
|