Bug 27269
Summary: | [v8] returning notHandledByInterceptor() in CanvasRenderingContext2DDrawImage is bad | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hin-Chung Lam <hclam> |
Component: | Platform | Assignee: | Dimitri Glazkov (Google) <dglazkov> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | arv, dglazkov |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Hin-Chung Lam
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
Thanks for filing this!
Brian Burg
Closing some V8-related work items.