[Webkit-unassigned] [Bug 103706] New: Fix typo in commit 136189

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 19:37:02 PST 2012


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

           Summary: Fix typo in commit 136189
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ostap73 at gmail.com


Instead of 

buffer.setRGBA(currentAddress, jsample[2], jsample[1], jsample[1], 0xFF); 

should be

buffer.setRGBA(currentAddress, jsample[2], jsample[1], jsample[1], 0xFF);

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