| 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(); }
|
|
|
|
|