Bug 140766 - Rename ChildNodeRemovalNotifier::m_insertionPoint to m_removalPoint
Summary: Rename ChildNodeRemovalNotifier::m_insertionPoint to m_removalPoint
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Grzegorz Czajkowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-22 07:58 PST by Grzegorz Czajkowski
Modified: 2015-01-23 00:49 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2015-01-22 08:02 PST, Grzegorz Czajkowski
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Czajkowski 2015-01-22 07:58:35 PST
Cleanup.

ChildNodeRemovalNotifier::ChildNodeRemovalNotifier(...) should take a node as removal point.
It's probably Copy/Paste from ChildNodeInsertionNotifier::m_insertionPoint.
Comment 1 Grzegorz Czajkowski 2015-01-22 08:02:54 PST
Created attachment 245144 [details]
Patch
Comment 2 Andreas Kling 2015-01-22 13:40:56 PST
Comment on attachment 245144 [details]
Patch

Huh :)
r=me
Comment 3 WebKit Commit Bot 2015-01-23 00:49:36 PST
Comment on attachment 245144 [details]
Patch

Clearing flags on attachment: 245144

Committed r178988: <http://trac.webkit.org/changeset/178988>
Comment 4 WebKit Commit Bot 2015-01-23 00:49:40 PST
All reviewed patches have been landed.  Closing bug.