Index: Source/core/dom/DOMImplementation.h |
diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h |
index 76852d3ef05c00bd27116705c0e4542a59f95fd9..0edd663d9bd529ee75cf3d65f1e39c60a71c8834 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 const char* getTextDefaultEncodingName(const String& MIMEType); |
pfeldman
2013/12/05 12:54:33
I'd rather expose isJSONMIMEType.
sof
2013/12/05 13:42:58
ok; just so that i understand your suggestion: you
|
private: |
explicit DOMImplementation(Document&); |