Bug 80299

Summary: WebAudio JSC-related fixes
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: Web AudioAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, crogers, eric.carlson, jer.noble, ojan, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
JSC-related WebAudio fixes none

Philippe Normand
Reported 2012-03-05 09:43:51 PST
EventTarget is protected by #if defined(V8_BINDING) && V8_BINDING in AudioContext.idl and JavaScriptAudioNode.idl. Any reason why? Also, JSAudioContextConstructor::constructJSAudioContext doesn't wrap the returned value in a DOM wrapper, like the V8 version does.
Attachments
JSC-related WebAudio fixes (3.17 KB, patch)
2012-03-05 09:46 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2012-03-05 09:46:38 PST
Created attachment 130156 [details] JSC-related WebAudio fixes
Philippe Normand
Comment 2 2012-03-06 00:00:15 PST
Comment on attachment 130156 [details] JSC-related WebAudio fixes Clearing flags on attachment: 130156 Committed r109870: <http://trac.webkit.org/changeset/109870>
Philippe Normand
Comment 3 2012-03-06 00:00:22 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.