[Webkit-unassigned] [Bug 21847] New: MIMETypeRegistry.cpp uses #if PLATFORM(CG), should it look for CF?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 23 18:29:55 PDT 2008


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

           Summary: MIMETypeRegistry.cpp uses #if PLATFORM(CG), should it
                    look for CF?
           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: mark at moxienet.com
                CC: eric at webkit.org


In WebCore/platform/MIMETypeRegistry.cpp, initializeSupportedImageMIMETypes and
initializeSupportedImageMIMETypesForEncoding both have some code that's #if
PLATFORM(CG), gating what looks more like CF code having nothing to do with
graphics.  Should these #ifs change to #if PLATFORM(CF)?


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