Bug 168885

Summary: Stop exporting C++ member variables from WKDOMTextIterator
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, commit-queue, mitz, sam
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch none

Description Alexey Proskuryakov 2017-02-26 20:06:19 PST
Having these as public variables results in exporting symbols from the binary. As far as I can tell, there is no reason for them to be public.
Comment 1 Alexey Proskuryakov 2017-02-26 20:07:32 PST
Created attachment 302802 [details]
proposed patch
Comment 2 WebKit Commit Bot 2017-02-26 21:22:07 PST
Comment on attachment 302802 [details]
proposed patch

Clearing flags on attachment: 302802

Committed r213023: <http://trac.webkit.org/changeset/213023>
Comment 3 WebKit Commit Bot 2017-02-26 21:22:11 PST
All reviewed patches have been landed.  Closing bug.