Bug 61357 - JSAudioContextCustom doesn't encode errors
Summary: JSAudioContextCustom doesn't encode errors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 61355
  Show dependency treegraph
 
Reported: 2011-05-24 04:16 PDT by Philippe Normand
Modified: 2011-05-24 10:12 PDT (History)
1 user (show)

See Also:


Attachments
Fix AudioContext return values (3.69 KB, patch)
2011-05-24 04:17 PDT, Philippe Normand
kling: review-
Details | Formatted Diff | Diff
Fix AudioContext return values (3.61 KB, patch)
2011-05-24 10:05 PDT, Philippe Normand
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>