Bug 157413 - [iOS] WebCore does not need to link to CoreAudio, GraphicsServices, SystemConfiguration frameworks
Summary: [iOS] WebCore does not need to link to CoreAudio, GraphicsServices, SystemCon...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-05 22:20 PDT by David Kilzer (:ddkilzer)
Modified: 2016-05-05 23:24 PDT (History)
7 users (show)

See Also:


Attachments
Patch v1 (10.03 KB, patch)
2016-05-05 22:26 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 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.
Comment 1 David Kilzer (:ddkilzer) 2016-05-05 22:21:11 PDT
<rdar://problem/26104189>
Comment 2 David Kilzer (:ddkilzer) 2016-05-05 22:26:21 PDT
Created attachment 278234 [details]
Patch v1
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2016-05-05 23:24:55 PDT
All reviewed patches have been landed.  Closing bug.