Bug 165778

Summary: Drop unnecessary null check in removeDetachedChildrenInContainer()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin, dbates, esprehn+autocc, kangil.han, koivisto, rniwa, sam, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Attempt to fix OpenSource iOS builds none

Description Chris Dumez 2016-12-12 15:03:53 PST
Drop unnecessary null check in removeDetachedChildrenInContainer(). Node cannot be null but we do an implicit null check.
Comment 1 Chris Dumez 2016-12-12 15:04:59 PST
Created attachment 296955 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-12 18:21:31 PST
Comment on attachment 296955 [details]
Patch

Clearing flags on attachment: 296955

Committed r209751: <http://trac.webkit.org/changeset/209751>
Comment 3 WebKit Commit Bot 2016-12-12 18:21:36 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Wenson Hsieh 2016-12-13 20:55:03 PST
Reopening to attach new patch.
Comment 5 Wenson Hsieh 2016-12-13 20:55:06 PST
Created attachment 297063 [details]
Attempt to fix OpenSource iOS builds
Comment 6 Wenson Hsieh 2016-12-13 20:55:59 PST
My bad, accidentally reopened this when uploading a patch :/ Closing again.