RESOLVED FIXED 127610
Remove an unnecessary platform #if in BitmapImage(CG)::checkForSolidColor()
https://bugs.webkit.org/show_bug.cgi?id=127610
Summary Remove an unnecessary platform #if in BitmapImage(CG)::checkForSolidColor()
Tim Horton
Reported 2014-01-24 23:15:05 PST
BitmapImageCG's checkForSolidColor() has a #if !PLATFORM(IOS) that is basically identical to the #else. Mishmosh the best of both sides.
Attachments
patch (3.59 KB, patch)
2014-01-24 23:20 PST, Tim Horton
no flags
Tim Horton
Comment 1 2014-01-24 23:20:54 PST
WebKit Commit Bot
Comment 2 2014-01-25 13:21:28 PST
Comment on attachment 222193 [details] patch Clearing flags on attachment: 222193 Committed r162779: <http://trac.webkit.org/changeset/162779>
WebKit Commit Bot
Comment 3 2014-01-25 13:21:30 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.