Update owner document of Range objects if start/end boundary points in different document
This patch updates owner document of Range objects when orphan Node object moved to another document in new member function |Range::updateOwnerDocumentIfNeeded|. Note: when we move non-null parent Node object to another document, it is done by removeChild and appendChild and Range objects to reset to start of document. The root cause of issue 350362 is boundary points of Range objects isn't adjusted when owner document of Range and boundary points are different. Because |Range::nodeChildrenChanged|, which adjusts boundary points for |Node.appendChild|, is called for Range objects in another document which isn't owner of Range. This patch also updates "move-detached-child-in-range.html" to have right value. BUG=350362 TEST=LayoutTests/fast/dom/Range/range-extract-contents-after-move-to-another-document-crash.html TEST=LayoutTests/fast/dom/move-detached-child-in-range.html Review URL: https://codereview.chromium.org/332173003 git-svn-id: svn://svn.chromium.org/blink/trunk@176410 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment