Bug 72574 - Remove unnecessary use of CarbonCore APIs from Audio code
Summary: Remove unnecessary use of CarbonCore APIs from Audio code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-16 18:15 PST by Mark Rowe (bdash)
Modified: 2011-11-17 01:22 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (4.71 KB, patch)
2011-11-16 18:20 PST, Mark Rowe (bdash)
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2011-11-16 18:15:38 PST
The audio code contains several uses of the Component and File manager APIs. Both of the pieces of code in question have modern replacements that we should be using instead.
Comment 1 Mark Rowe (bdash) 2011-11-16 18:20:23 PST
Created attachment 115504 [details]
Patch v1

Patch!
Comment 2 Chris Rogers 2011-11-16 18:45:19 PST
Looks fine to me - thanks!
Comment 3 Mark Rowe (bdash) 2011-11-17 01:22:59 PST
Landed in r100581.