Bug 168758 - Export Objective-C symbols for variables in Webkit SPI
Summary: Export Objective-C symbols for variables in Webkit SPI
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-22 18:13 PST by Aakash Jain
Modified: 2017-02-23 20:32 PST (History)
6 users (show)

See Also:


Attachments
Proposed patch (6.59 KB, patch)
2017-02-22 18:21 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (6.66 KB, patch)
2017-02-22 21:05 PST, Aakash Jain
no flags Details | Formatted Diff | Diff
Updated patch (6.61 KB, patch)
2017-02-22 21:11 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-22 18:13:45 PST
Few instance variables in WebKit are present in private headers, however the corresponding symbols are not included in .exp file. We should export these symbols so that the headers matches with the library.
Comment 1 Aakash Jain 2017-02-22 18:21:43 PST
Created attachment 302474 [details]
Proposed patch
Comment 2 Aakash Jain 2017-02-22 21:05:01 PST
Created attachment 302488 [details]
Updated patch
Comment 3 Aakash Jain 2017-02-22 21:11:43 PST
Created attachment 302489 [details]
Updated patch
Comment 4 WebKit Commit Bot 2017-02-22 23:21:06 PST
Comment on attachment 302489 [details]
Updated patch

Clearing flags on attachment: 302489

Committed r212879: <http://trac.webkit.org/changeset/212879>
Comment 5 WebKit Commit Bot 2017-02-22 23:21:11 PST
All reviewed patches have been landed.  Closing bug.