Bug 140766

Summary: Rename ChildNodeRemovalNotifier::m_insertionPoint to m_removalPoint
Product: WebKit Reporter: Grzegorz Czajkowski <g.czajkowski>
Component: DOMAssignee: Grzegorz Czajkowski <g.czajkowski>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, esprehn+autocc, kangil.han, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.