| Index: Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
|
| diff --git a/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp b/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
|
| index 37edbe670b20137825cec57619adbd57cd8ff423..e83a141a5a1a4bccafb86c487a1294b9d8cccc5e 100644
|
| --- a/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
|
| +++ b/Source/WebCore/platform/chromium/MIMETypeRegistryChromium.cpp
|
| @@ -49,13 +49,11 @@ String MIMETypeRegistry::getMIMETypeForExtension(const String &ext)
|
| return WebKit::Platform::current()->mimeRegistry()->mimeTypeForExtension(ext);
|
| }
|
|
|
| -#if ENABLE(FILE_SYSTEM)
|
| String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext)
|
| {
|
| // This method must be thread safe and should not consult the OS/registry.
|
| return WebKit::Platform::current()->mimeRegistry()->wellKnownMimeTypeForExtension(ext);
|
| }
|
| -#endif
|
|
|
| // Returns the file extension if one is found. Does not include the dot in the
|
| // filename. E.g., 'html'.
|
|
|