| Index: Source/core/dom/DOMImplementation.h
|
| diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
|
| index b710d2ad22cc3b0def330820cb9566362f3f3f0b..d0e84d904831489d339425968a6f67836d7c1a65 100644
|
| --- a/Source/core/dom/DOMImplementation.h
|
| +++ b/Source/core/dom/DOMImplementation.h
|
| @@ -67,6 +67,7 @@ public:
|
|
|
| static bool isXMLMIMEType(const String& MIMEType);
|
| static bool isTextMIMEType(const String& MIMEType);
|
| + static bool isJSONMIMEType(const String& MIMEType);
|
|
|
| private:
|
| explicit DOMImplementation(Document&);
|
|
|