[Webkit-unassigned] [Bug 49119] Add AudioNode custom bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 15:26:40 PST 2010


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





--- Comment #5 from Chris Rogers <crogers at google.com>  2010-11-11 15:26:40 PST ---
(From update of attachment 73152)
View in context: https://bugs.webkit.org/attachment.cgi?id=73152&action=review

>> WebCore/bindings/js/JSAudioNodeCustom.cpp:42
>> +        return throwError(exec, createSyntaxError(exec, "Too many arguments"));
> 
> It isn't an error to pass too many arguments to a JavaScript function.

FIXED

>> WebCore/bindings/js/JSAudioNodeCustom.cpp:68
>> +        return throwError(exec, createSyntaxError(exec, "Too many arguments"));
> 
> Unnecessary check per above.

FIXED

>> WebCore/bindings/v8/custom/V8AudioNodeCustom.cpp:45
>> +        return throwError("Too many arguments", V8Proxy::SyntaxError);
> 
> Unnecessary check per above.

FIXED

>> WebCore/bindings/v8/custom/V8AudioNodeCustom.cpp:77
>> +        return throwError("Too many arguments", V8Proxy::SyntaxError);
> 
> Unnecessary check per above.

FIXED

-- 
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