[webkit-reviews] review requested: [Bug 52963] Enable O(1) access to root from any node in shadow DOM subtree : [Attachment 89504] work-in-progress

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 17:47:11 PDT 2011


Roland Steiner <rolandsteiner at chromium.org> has asked  for review:
Bug 52963: Enable O(1) access to root from any node in shadow DOM subtree
https://bugs.webkit.org/show_bug.cgi?id=52963

Attachment 89504: work-in-progress
https://bugs.webkit.org/attachment.cgi?id=89504&action=review

------- Additional Comments from Roland Steiner <rolandsteiner at chromium.org>
Work-in-progress patch. Crashes during JS GC where Document::removedLastRef
seems to be called twice - the first time there must be some Nodes left
assigned to the Document that are not in the tree, that prevent destruction of
the document.


More information about the webkit-reviews mailing list