Bug 110634

Summary: Uint8ClampedArray constructor is wrong in WorkerContext.idl
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebCore Misc.Assignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dimich, dino, gman, levin, webkit.review.bot, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Kenneth Russell
Reported 2013-02-22 13:02:30 PST
Uint8ClampedArray is incorrectly defined as Uint8ArrayConstructor in WorkerContext.idl. It should be Uint8ClampedArrayConstructor. This causes incorrect behavior when Uint8ClampedArray is used in a worker.
Attachments
Patch (63.65 KB, patch)
2013-02-22 13:14 PST, Kenneth Russell
no flags
Kenneth Russell
Comment 1 2013-02-22 13:14:39 PST
Adam Barth
Comment 2 2013-02-22 13:51:14 PST
Comment on attachment 189812 [details] Patch wow
Kenneth Russell
Comment 3 2013-02-22 14:03:13 PST
Yeah, the test is 100x larger than the fix :)
Adam Barth
Comment 4 2013-02-22 14:04:21 PST
Oh, I meant "wow" in the sense that this is a bad bug.
Kenneth Russell
Comment 5 2013-02-22 14:09:14 PST
Ah yes, that too.
WebKit Review Bot
Comment 6 2013-02-22 14:12:16 PST
Comment on attachment 189812 [details] Patch Clearing flags on attachment: 189812 Committed r143792: <http://trac.webkit.org/changeset/143792>
WebKit Review Bot
Comment 7 2013-02-22 14:12:19 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.