| 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 e3cfde21d8937e207f3bc7600046c80e7b8eb507..590efffb3498db22221d9fab21dcdcc65cbe154d 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -1871,7 +1871,7 @@ void Node::DidMoveToNewDocument(Document& old_document) {
|
| }
|
| }
|
|
|
| - old_document.Markers().RemoveMarkers(this);
|
| + old_document.Markers().RemoveMarkersForNode(this);
|
| if (GetDocument().GetPage() &&
|
| GetDocument().GetPage() != old_document.GetPage()) {
|
| GetDocument().GetPage()->GetEventHandlerRegistry().DidMoveIntoPage(*this);
|
|
|