RESOLVED FIXED 79162
ContainerNode::childrenChanged must be called immediately after removing children
https://bugs.webkit.org/show_bug.cgi?id=79162
Summary ContainerNode::childrenChanged must be called immediately after removing chil...
Adam Klein
Reported 2012-02-21 16:11:03 PST
ContainerNode::childrenChanged must be called immediately after removing children
Attachments
Patch (4.83 KB, patch)
2012-02-21 16:13 PST, Adam Klein
rniwa: review+
Adam Klein
Comment 1 2012-02-21 16:13:12 PST
Ryosuke Niwa
Comment 2 2012-02-21 16:30:14 PST
Comment on attachment 128071 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128071&action=review > LayoutTests/fast/dom/title-directionality-removeChild.html:21 > + var dir = window.layoutTestController ? > + layoutTestController.titleTextDirection > + : 'layoutTestController unavailable'; Why is this statement split into 3 lines? It seems like it can fit in one line.
Adam Klein
Comment 3 2012-02-21 16:34:03 PST
Note You need to log in before you can comment on or make changes to this bug.