[Webkit-unassigned] [Bug 34342] A first step towards the Indexed Database API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 13:43:04 PST 2010


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





--- Comment #2 from Nate Chapin <japhet at chromium.org>  2010-01-29 13:43:02 PST ---
(From update of attachment 47730)
One comment:

> +    if (args.Length() < 2)
> +        return throwError(V8Proxy::TypeError);

Should we match
http://trac.webkit.org/browser/trunk/WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp#L452
and throw a SyntaxError with a similar error message?

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