Bug 157413

Summary: [iOS] WebCore does not need to link to CoreAudio, GraphicsServices, SystemConfiguration frameworks
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebCore Misc.Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, aestes, barraclough, bfulgham, commit-queue, jer.noble, mmaxfield
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=126841
Attachments:
Description Flags
Patch v1 none

David Kilzer (:ddkilzer)
Reported 2016-05-05 22:20:49 PDT
WebCore does not need to link to CoreAudio.framework, GraphicsServices.framework, or SystemConfiguration.framework on iOS. It probably used GraphicsServices.framework at one time in the past (for fonts, among other things), but the other two frameworks were likely added for OS X code at some point, and just came along for the ride because they existed on iOS at the same path, even though they were unused.
Attachments
Patch v1 (10.03 KB, patch)
2016-05-05 22:26 PDT, David Kilzer (:ddkilzer)
no flags
David Kilzer (:ddkilzer)
Comment 1 2016-05-05 22:21:11 PDT
David Kilzer (:ddkilzer)
Comment 2 2016-05-05 22:26:21 PDT
Created attachment 278234 [details] Patch v1
WebKit Commit Bot
Comment 3 2016-05-05 23:24:50 PDT
Comment on attachment 278234 [details] Patch v1 Clearing flags on attachment: 278234 Committed r200507: <http://trac.webkit.org/changeset/200507>
WebKit Commit Bot
Comment 4 2016-05-05 23:24:55 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.