Bug 168758

Summary: Export Objective-C symbols for variables in Webkit SPI
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: WebKit Misc.Assignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, commit-queue, juergen, mitz, thorton
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=168819
Attachments:
Description Flags
Proposed patch
none
Updated patch
none
Updated patch none

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.