Bug 79162 - ContainerNode::childrenChanged must be called immediately after removing children
Summary: ContainerNode::childrenChanged must be called immediately after removing chil...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Klein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 16:11 PST by Adam Klein
Modified: 2012-02-21 16:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (4.83 KB, patch)
2012-02-21 16:13 PST, Adam Klein
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Klein 2012-02-21 16:11:03 PST
ContainerNode::childrenChanged must be called immediately after removing children
Comment 1 Adam Klein 2012-02-21 16:13:12 PST
Created attachment 128071 [details]
Patch
Comment 2 Ryosuke Niwa 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.
Comment 3 Adam Klein 2012-02-21 16:34:03 PST
Committed r108415: <http://trac.webkit.org/changeset/108415>