| Index: webkit/api/public/WebMimeRegistry.h
|
| diff --git a/webkit/api/public/WebMimeRegistry.h b/webkit/api/public/WebMimeRegistry.h
|
| index afdf7366e1869a628bfdc94f393835273cccbb45..e85b9cd8797e890be460301db44d05ee713a6f93 100644
|
| --- a/webkit/api/public/WebMimeRegistry.h
|
| +++ b/webkit/api/public/WebMimeRegistry.h
|
| @@ -40,7 +40,6 @@ namespace WebKit {
|
| public:
|
| enum SupportsType { IsNotSupported, IsSupported, MayBeSupported };
|
|
|
| - virtual SupportsType supportsMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsImageMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsJavaScriptMIMEType(const WebString& mimeType) = 0;
|
| virtual SupportsType supportsMediaMIMEType(const WebString& mimeType,
|
|
|