diff options
Diffstat (limited to 'Source/WebCore')
-rw-r--r-- | Source/WebCore/platform/MIMETypeRegistry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/MIMETypeRegistry.cpp b/Source/WebCore/platform/MIMETypeRegistry.cpp index 4f9be57..e76906e 100644 --- a/Source/WebCore/platform/MIMETypeRegistry.cpp +++ b/Source/WebCore/platform/MIMETypeRegistry.cpp @@ -113,6 +113,7 @@ static void initializeSupportedImageMIMETypes() #elif PLATFORM(ANDROID) static const char* types[] = { "image/jpeg", + "image/webp", "image/png", "image/gif", "image/bmp", |