| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 74f3e51a61af8ed3b333234a524ff2f495d17a27..f35807caf7e22f471cfbd7f793c21fb32b2f6501 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -653,7 +653,7 @@ public:
|
| void attachRange(Range*);
|
| void detachRange(Range*);
|
|
|
| - void updateRangesAfterNodeMovedToAnotherDocument(const Node&);
|
| + void didMoveTreeToNewDocument(const Node& root);
|
| // nodeChildrenWillBeRemoved is used when removing all node children at once.
|
| void nodeChildrenWillBeRemoved(ContainerNode&);
|
| // nodeWillBeRemoved is only safe when removing one node at a time.
|
|
|