summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2011-06-03 09:24:40 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-03 09:24:40 -0700
commite8ae138a9d7573995f31241d1376ebfb554d121a (patch)
treeac5fcad206222f8d65c751aaba9b2a24550fce6a /Source
parentf256af96cdc3a849802526fbe237716ac5130d0a (diff)
parent083a1da09417e76081f7def3d083b9af2c606822 (diff)
downloadexternal_webkit-e8ae138a9d7573995f31241d1376ebfb554d121a.zip
external_webkit-e8ae138a9d7573995f31241d1376ebfb554d121a.tar.gz
external_webkit-e8ae138a9d7573995f31241d1376ebfb554d121a.tar.bz2
Merge "Add image/webp to the mimeType list."
Diffstat (limited to 'Source')
-rw-r--r--Source/WebCore/platform/MIMETypeRegistry.cpp1
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",