| Index: Source/WebCore/platform/MIMETypeRegistry.h
|
| diff --git a/Source/WebCore/platform/MIMETypeRegistry.h b/Source/WebCore/platform/MIMETypeRegistry.h
|
| index cf976d1074c9d2cbc0a78f393867562ee0cac01e..ee32c329d74562bd9d20b862ce08cc36fb159a31 100644
|
| --- a/Source/WebCore/platform/MIMETypeRegistry.h
|
| +++ b/Source/WebCore/platform/MIMETypeRegistry.h
|
| @@ -67,10 +67,8 @@ public:
|
| // Check to see if a mime type is suitable for being loaded using <video> and <audio>
|
| static bool isSupportedMediaMIMEType(const String& mimeType);
|
|
|
| -#if ENABLE(MEDIA_SOURCE)
|
| // Check to see if the mime type and codecs are supported by the MediaSource implementation.
|
| static bool isSupportedMediaSourceMIMEType(const String& mimeType, const String& codecs);
|
| -#endif
|
|
|
| // Check to see if the mime type is not suitable for being loaded as a text
|
| // document in a frame. Only valid for mime types begining with "text/".
|
|
|