| Index: third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| index 3566440a2d3aa4d0c174a5dc0f12ba53ce778bcf..b9ab4389e4978a233fc4fffe82f66e8947db3adf 100644
|
| --- a/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
| @@ -65,7 +65,8 @@ class PLATFORM_EXPORT MIMETypeRegistry {
|
| // document in a frame. Includes supported JavaScript MIME types.
|
| static bool isSupportedNonImageMIMEType(const String& mimeType);
|
|
|
| - // Check to see if the mime type and codecs are supported by the MediaSource implementation.
|
| + // Check to see if the mime type and codecs are supported by the MediaSource
|
| + // implementation.
|
| static bool isSupportedMediaSourceMIMEType(const String& mimeType,
|
| const String& codecs);
|
|
|
|
|