WebPageCreationParameters colorSpace is only used by PLATFORM(MAC), but it is defined as PLATFORM(COCOA). The only use I see is in !PLATFORM(IOS) code: WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm 87: setColorSpace(parameters.colorSpace);
Created attachment 227093 [details] [PATCH] Proposed Fix
Comment on attachment 227093 [details] [PATCH] Proposed Fix rs=me
Comment on attachment 227093 [details] [PATCH] Proposed Fix I suspect this will collide with another patch changing a line nearby. cq may not work, but lets try anyways.
Comment on attachment 227093 [details] [PATCH] Proposed Fix Clearing flags on attachment: 227093 Committed r165839: <http://trac.webkit.org/changeset/165839>
All reviewed patches have been landed. Closing bug.