Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Unified Diff: Source/core/dom/Document.h

Issue 761113003: Make Document.inputEncoding an explicit alias of Document.characterSet (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: drop FIXME Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 662468f3e3332e81fef7c1737e24a464977a7eca..84acd56f85195e03226b0808ef992d959636f0e0 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -318,7 +318,6 @@ public:
String defaultCharset() const;
- AtomicString inputEncoding() const { return Document::encodingName(); }
AtomicString charset() const { return Document::encodingName(); }
AtomicString characterSet() const { return Document::encodingName(); }
« no previous file with comments | « no previous file | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698