| 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 584327a25ee338c712d872a1ca177dd7d2359758..5bffc502147db1abb0790839b10b9a05ddf39901 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -303,8 +303,6 @@ public:
|
|
|
| String readyState() const;
|
|
|
| - String defaultCharset() const;
|
| -
|
| AtomicString characterSet() const { return Document::encodingName(); }
|
|
|
| AtomicString encodingName() const;
|
|
|