Bug 103706 - Fix typo in commit 136189
Summary: Fix typo in commit 136189
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Viatcheslav Ostapenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 19:39 PST by Viatcheslav Ostapenko
Modified: 2012-11-29 20:42 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.59 KB, patch)
2012-11-29 19:48 PST, Viatcheslav Ostapenko
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Viatcheslav Ostapenko 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);
Comment 1 Viatcheslav Ostapenko 2012-11-29 19:48:05 PST
Created attachment 176891 [details]
Patch
Comment 2 Kentaro Hara 2012-11-29 19:51:34 PST
Comment on attachment 176891 [details]
Patch

looks ok
Comment 3 WebKit Review Bot 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>
Comment 4 WebKit Review Bot 2012-11-29 20:42:18 PST
All reviewed patches have been landed.  Closing bug.