Bug 59355

Summary: Fix web audio build on mac port
Product: WebKit Reporter: Chris Rogers <crogers>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch kbr: review+

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>