| Index: Source/core/platform/MIMETypeRegistry.h
|
| diff --git a/Source/core/platform/MIMETypeRegistry.h b/Source/core/platform/MIMETypeRegistry.h
|
| index c69f2dd19fe3d409ccc96ba38214535dd0e990dd..e16fbadf57bb59023915f0f050769167103d894f 100644
|
| --- a/Source/core/platform/MIMETypeRegistry.h
|
| +++ b/Source/core/platform/MIMETypeRegistry.h
|
| @@ -58,7 +58,7 @@ public:
|
|
|
| // Check to see if a mime type is suitable for being loaded as a JavaScript
|
| // resource.
|
| - static bool isSupportedJavaScriptMIMEType(const String& mimeType);
|
| + static bool isSupportedJavaScriptMIMEType(const String& mimeType);
|
|
|
| // Check to see if a non-image mime type is suitable for being loaded as a
|
| // document in a frame. Includes supported JavaScript MIME types.
|
|
|