RESOLVED FIXED 79201
Node::attach() should be after attaching children in Element::attach
https://bugs.webkit.org/show_bug.cgi?id=79201
Summary Node::attach() should be after attaching children in Element::attach
Shinya Kawanaka
Reported 2012-02-21 23:03:25 PST
In Element::attach(), Node::attach() is called before attaching children if a shadow root exists. This may cause O(N^2) problem in NodeRenderingContext.
Attachments
Patch (1.67 KB, patch)
2012-02-21 23:07 PST, Shinya Kawanaka
no flags
Shinya Kawanaka
Comment 1 2012-02-21 23:07:46 PST
WebKit Review Bot
Comment 2 2012-02-22 02:12:17 PST
Comment on attachment 128138 [details] Patch Clearing flags on attachment: 128138 Committed r108470: <http://trac.webkit.org/changeset/108470>
WebKit Review Bot
Comment 3 2012-02-22 02:12:21 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.