Bug 169047 - IsSmartPtr<WKRetainPtr<T>>::value should not be exported
Summary: IsSmartPtr<WKRetainPtr<T>>::value should not be exported
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 11:23 PST by Aakash Jain
Modified: 2017-03-02 15:42 PST (History)
6 users (show)

See Also:


Attachments
Proposed patch (1.06 KB, patch)
2017-03-01 11:24 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-03-01 11:23:26 PST
This symbol from UIProcess/API/cpp/WKRetainPtr.h is not used by other projects. No headers contains this symbol. We should not export this symbol.
Comment 1 Aakash Jain 2017-03-01 11:24:43 PST
Created attachment 303088 [details]
Proposed patch
Comment 2 Alexey Proskuryakov 2017-03-01 12:53:11 PST
The reason why this is needed is that this header is a private one, used by WebKit tools. But I don't think that there is any reason to have the symbol exported.
Comment 3 WebKit Commit Bot 2017-03-02 15:42:16 PST
Comment on attachment 303088 [details]
Proposed patch

Clearing flags on attachment: 303088

Committed r213312: <http://trac.webkit.org/changeset/213312>
Comment 4 WebKit Commit Bot 2017-03-02 15:42:20 PST
All reviewed patches have been landed.  Closing bug.