Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index 8e9c4e32f850ec619e8e9f382b61fd02d097c5b8..ffeb8b6083ccd7a156df6290155a5910f75ff9f3 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -304,7 +304,6 @@ public: |
String defaultCharset() const; |
- AtomicString charset() const { return Document::encodingName(); } |
AtomicString characterSet() const { return Document::encodingName(); } |
AtomicString encodingName() const; |