Index: Source/WebCore/platform/MIMETypeRegistry.h |
=================================================================== |
--- Source/WebCore/platform/MIMETypeRegistry.h (revision 90866) |
+++ Source/WebCore/platform/MIMETypeRegistry.h (working copy) |
@@ -36,9 +36,10 @@ |
class MIMETypeRegistry { |
public: |
static String getMIMETypeForExtension(const String& extension); |
-#if ENABLE(FILE_SYSTEM) && ENABLE(WORKERS) |
- static String getMIMETypeForExtensionThreadSafe(const String& extension); |
+#if ENABLE(FILE_SYSTEM) |
+ static String getWellKnownMIMETypeForExtension(const String& extension); |
#endif |
+ |
static Vector<String> getExtensionsForMIMEType(const String& type); |
static String getPreferredExtensionForMIMEType(const String& type); |
static String getMediaMIMETypeForExtension(const String& extension); |