[webkit-reviews] review denied: [Bug 49369] Philip Canvas test 2d.drawImage.wrongtype fails : [Attachment 73589] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 03:07:32 PST 2010


Andreas Kling <kling at webkit.org> has denied Helder Correia
<helder at sencha.com>'s request for review:
Bug 49369: Philip Canvas test 2d.drawImage.wrongtype fails
https://bugs.webkit.org/show_bug.cgi?id=49369

Attachment 73589: Patch
https://bugs.webkit.org/attachment.cgi?id=73589&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
This is incorrect, if the first argument to drawImage() isn't either null, a
HTMLImageElement, a HTMLVideoElement or a HTMLCanvasElement, it doesn't match
any of the overloads and Web IDL specifies that a TypeError exception should be
raised.


More information about the webkit-reviews mailing list