Bug 160704

Summary: Drop unused NodeListsNodeData::isEmpty()
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, rniwa, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-08-09 13:05:23 PDT
Drop unused NodeListsNodeData::isEmpty(). Its implementation is incorrect anyway because it fails to check if the m_childNodeList / m_emptyChildNodeList members are null.
Comment 1 Chris Dumez 2016-08-09 13:06:20 PDT
Created attachment 285664 [details]
Patch
Comment 2 WebKit Commit Bot 2016-08-09 14:15:10 PDT
Comment on attachment 285664 [details]
Patch

Clearing flags on attachment: 285664

Committed r204294: <http://trac.webkit.org/changeset/204294>
Comment 3 WebKit Commit Bot 2016-08-09 14:15:15 PDT
All reviewed patches have been landed.  Closing bug.