Index: Source/WebCore/platform/MIMETypeRegistry.cpp |
diff --git a/Source/WebCore/platform/MIMETypeRegistry.cpp b/Source/WebCore/platform/MIMETypeRegistry.cpp |
index 49d741b8c3fa3191cb77aa7101d7faa61c14fda7..4c7ffb67c6915ba66ebe5b6dad4d0f4a990dad0d 100644 |
--- a/Source/WebCore/platform/MIMETypeRegistry.cpp |
+++ b/Source/WebCore/platform/MIMETypeRegistry.cpp |
@@ -311,8 +311,6 @@ static void initializeSupportedImageMIMETypesForEncoding() |
supportedImageMIMETypesForEncoding->add("image/tiff"); |
supportedImageMIMETypesForEncoding->add("image/bmp"); |
supportedImageMIMETypesForEncoding->add("image/ico"); |
-#elif USE(CAIRO) |
- supportedImageMIMETypesForEncoding->add("image/png"); |
#elif PLATFORM(BLACKBERRY) |
supportedImageMIMETypesForEncoding->add("image/png"); |
supportedImageMIMETypesForEncoding->add("image/jpeg"); |