Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index ea7f805bbf5f360876100e88fef50b44a8d69660..abb6524731114e46c17b8dc470de14bb31f6bf63 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -1107,13 +1107,6 @@ AtomicString Document::encodingName() const |
return AtomicString(encoding().name()); |
} |
-String Document::defaultCharset() const |
-{ |
- if (Settings* settings = this->settings()) |
- return settings->defaultTextEncodingName(); |
- return String(); |
-} |
- |
void Document::setContentLanguage(const AtomicString& language) |
{ |
if (m_contentLanguage == language) |