Bug 62830 - [wx] Fix for bitmaps on PPC arch
Summary: [wx] Fix for bitmaps on PPC arch
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-16 15:53 PDT by Robin Dunn
Modified: 2011-06-16 22:14 PDT (History)
1 user (show)

See Also:


Attachments
PPC arch fix patch (1.67 KB, patch)
2011-06-16 15:53 PDT, Robin Dunn
kevino: review+
kevino: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Dunn 2011-06-16 15:53:20 PDT
Created attachment 97515 [details]
PPC arch fix patch

Account for differing byte order when decoding images in the PPC build
Comment 1 Alexey Proskuryakov 2011-06-16 16:36:39 PDT
Please see <http://www.webkit.org/coding/contributing.html> for information about contributing code to WebKit. A patch that's not marked for review is unlikely to be noticed.
Comment 2 Kevin Ollivier 2011-06-16 22:14:29 PDT
Landed in r89115, thanks!