Bug 168542 - Stop exporting DOMNodeFilter
Summary: Stop exporting DOMNodeFilter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-17 17:36 PST by Aakash Jain
Modified: 2017-02-20 09:21 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (995 bytes, patch)
2017-02-17 17:38 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-02-17 17:36:09 PST
DOMNodeFilter interface in WebKit/DOM/DOMInternal.h is not exposed as the header is project header. However the symbol is present in export list. We should remove it from the export list. No other projects seems to be using this symbol.
Comment 1 Aakash Jain 2017-02-17 17:38:29 PST
Created attachment 302023 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2017-02-20 09:21:48 PST
Comment on attachment 302023 [details]
Proposed patch

Clearing flags on attachment: 302023

Committed r212641: <http://trac.webkit.org/changeset/212641>
Comment 3 WebKit Commit Bot 2017-02-20 09:21:52 PST
All reviewed patches have been landed.  Closing bug.