RESOLVED FIXED103706
Fix typo in commit 136189
https://bugs.webkit.org/show_bug.cgi?id=103706
Summary Fix typo in commit 136189
Viatcheslav Ostapenko
Reported 2012-11-29 19:39:20 PST
Instead of buffer.setRGBA(currentAddress, jsample[2], jsample[1], jsample[1], 0xFF); should be buffer.setRGBA(currentAddress, jsample[2], jsample[1], jsample[1], 0xFF);
Attachments
Patch (1.59 KB, patch)
2012-11-29 19:48 PST, Viatcheslav Ostapenko
no flags
Viatcheslav Ostapenko
Comment 1 2012-11-29 19:48:05 PST
Kentaro Hara
Comment 2 2012-11-29 19:51:34 PST
Comment on attachment 176891 [details] Patch looks ok
WebKit Review Bot
Comment 3 2012-11-29 20:42:15 PST
Comment on attachment 176891 [details] Patch Clearing flags on attachment: 176891 Committed r136200: <http://trac.webkit.org/changeset/136200>
WebKit Review Bot
Comment 4 2012-11-29 20:42:18 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.