Bug 59355 - Fix web audio build on mac port
Summary: Fix web audio build on mac port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-25 15:27 PDT by Chris Rogers
Modified: 2011-04-26 16:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.51 KB, patch)
2011-04-25 15:30 PDT, Chris Rogers
kbr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rogers 2011-04-25 15:27:45 PDT
Fix web audio build on mac port
Comment 1 Chris Rogers 2011-04-25 15:30:51 PDT
Created attachment 90957 [details]
Patch
Comment 2 Chris Rogers 2011-04-25 15:32:57 PDT
This patch removes a couple of duplicate entries in the Xcode project, fixes a missed renaming of "mark" -> "visit" and adds custom visit function for AudioContext which now is an EventTarget.
Comment 3 Kenneth Russell 2011-04-26 15:26:51 PDT
Comment on attachment 90957 [details]
Patch

Looks fine.
Comment 4 Chris Rogers 2011-04-26 16:11:59 PDT
Committed r84969: <http://trac.webkit.org/changeset/84969>