Bug 61357

Summary: JSAudioContextCustom doesn't encode errors
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 61355    
Attachments:
Description Flags
Fix AudioContext return values
kling: review-
Fix AudioContext return values kling: review+

Description Philippe Normand 2011-05-24 04:16:40 PDT
patch incoming about this
Comment 1 Philippe Normand 2011-05-24 04:17:59 PDT
Created attachment 94593 [details]
Fix AudioContext return values
Comment 2 Andreas Kling 2011-05-24 06:12:30 PDT
Comment on attachment 94593 [details]
Fix AudioContext return values

Nice catch, but you should change the throwError() calls to throwVMError() instead.
Comment 3 Philippe Normand 2011-05-24 10:05:06 PDT
Created attachment 94632 [details]
Fix AudioContext return values
Comment 4 Andreas Kling 2011-05-24 10:09:11 PDT
Comment on attachment 94632 [details]
Fix AudioContext return values

r=me
Comment 5 Philippe Normand 2011-05-24 10:12:54 PDT
Committed r87163: <http://trac.webkit.org/changeset/87163>