[Webkit-unassigned] [Bug 24197] New: ColorCG.cpp: Windows version of cgColor() is ifdefed on !PLATFORM(MAC) which is true for Chrome on OS X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 04:59:37 PST 2009


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

           Summary: ColorCG.cpp: Windows version of cgColor() is ifdefed on
                    !PLATFORM(MAC) which is true for Chrome on OS X
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: playmobil at google.com


PLATFORM(MAC) isn't defined for Chrome, so on OS X we're picking up the Windows
version of cgColor() from ColorCG.cpp rather than the Mac version from
ColorMac.mm.

The define needs to be changed to either use !PLATFORM(DARWIN) or PLATFORM(WIN)
so Chrome on OS X doesn't pick up the Windows version.

https://bugs.webkit.org/show_bug.cgi?id=23512 also bears mentioning in this
context.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list