[Webkit-unassigned] [Bug 27269] New: [v8] returning notHandledByInterceptor() in CanvasRenderingContext2DDrawImage is bad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 11:58:43 PDT 2009


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

           Summary: [v8] returning notHandledByInterceptor() in
                    CanvasRenderingContext2DDrawImage is bad
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com
                CC: dglazkov at chromium.org


In method CanvasRenderingContext2DDrawImage() in
bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp,
notHandledByInterceptor() is returned if drawImage fails with an error code.
The return value is bad, it should be v8::Undefined() instead.

Need to investigate why it is behaved like this.

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