[Webkit-unassigned] [Bug 49115] Add custom bindings for AudioContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 16:57:24 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49115


Kenneth Russell <kbr at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #73147|review?                     |review-
               Flag|                            |




--- Comment #2 from Kenneth Russell <kbr at google.com>  2010-11-08 16:57:24 PST ---
(From update of attachment 73147)
View in context: https://bugs.webkit.org/attachment.cgi?id=73147&action=review

> WebCore/bindings/v8/custom/V8AudioContextCustom.cpp:43
> +        return throwError("AudioContext constructor associated frame is unavailable", V8Proxy::ReferenceError);

Why is there a difference between the JS and V8 bindings in whether these values are null-checked at run time? Please make the two bindings work identically. If this isn't supposed to happen then make it an ASSERT.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list