Bug 168544 - Stop exporting DOMTokenList from WebKit
Summary: Stop exporting DOMTokenList from WebKit
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:44 PST by Aakash Jain
Modified: 2017-02-20 09:25 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (1.18 KB, patch)
2017-02-17 17:45 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (995 bytes, patch)
2017-02-17 17:48 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:44:15 PST
DOMTokenList interface in WebKit/DOM/DOMTokenList.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:45:28 PST
Created attachment 302024 [details]
Proposed patch
Comment 2 Aakash Jain 2017-02-17 17:48:03 PST
Created attachment 302026 [details]
Updated patch
Comment 3 WebKit Commit Bot 2017-02-20 09:25:51 PST
Comment on attachment 302026 [details]
Updated patch

Clearing flags on attachment: 302026

Committed r212643: <http://trac.webkit.org/changeset/212643>
Comment 4 WebKit Commit Bot 2017-02-20 09:25:55 PST
All reviewed patches have been landed.  Closing bug.