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

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.