Bug 160704 - Drop unused NodeListsNodeData::isEmpty()
Summary: Drop unused NodeListsNodeData::isEmpty()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 13:05 PDT by Chris Dumez
Modified: 2016-08-09 14:15 PDT (History)
8 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2016-08-09 13:06 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.