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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 23 19:08:48 PDT 2008


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





------- Comment #1 from sam at webkit.org  2008-10-23 19:08 PDT -------
The #if PLATFORM(CG) in initializeSupportedImageMIMETypes and
initializeSupportedImageMIMETypesForEncoding are CG related because it calls
CGImageSourceCopyTypeIdentifiers() and CGImageDestinationCopyTypeIdentifiers().
 The getMIMETypeForUTI is also  #if PLATFORM(CG)  that way because it is a
helper that is only called from other #if PLATFORM(CG)  in the file. 

What were you thinking was CFish and not CGish?


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