| Index: third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| diff --git a/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| index e2966d748c060a93a342a6490cd4184a3f4a278e..612045869df47ba18fd927e381c334ba3a8b6ae6 100644
|
| --- a/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| +++ b/third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.h
|
| @@ -69,6 +69,8 @@ class PLATFORM_EXPORT MIMETypeRegistry {
|
| // resource.
|
| static bool isSupportedJavaScriptMIMEType(const String& mimeType);
|
|
|
| + static bool isLegacySupportedJavaScriptLanguage(const String& language);
|
| +
|
| // Checks to see if a non-image mime type is suitable for being loaded as a
|
| // document in a frame. Includes supported JavaScript MIME types.
|
| static bool isSupportedNonImageMIMEType(const String& mimeType);
|
|
|