| Index: third_party/WebKit/Source/core/dom/DocumentType.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentType.h b/third_party/WebKit/Source/core/dom/DocumentType.h
|
| index 86549b2e7ffb2314076c1f1b894cb17d676dca24..f4b7c1565fa6f86d47d9ed07f6e060825590da12 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentType.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentType.h
|
| @@ -43,7 +43,6 @@ public:
|
| private:
|
| DocumentType(Document*, const String& name, const String& publicId, const String& systemId);
|
|
|
| - KURL baseURI() const override;
|
| String nodeName() const override;
|
| NodeType nodeType() const override;
|
| PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) override;
|
|
|