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 f4b7c1565fa6f86d47d9ed07f6e060825590da12..85718c13010d7bb9024dc96a056f9bef04902d1c 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentType.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentType.h |
@@ -44,7 +44,7 @@ private: |
DocumentType(Document*, const String& name, const String& publicId, const String& systemId); |
String nodeName() const override; |
- NodeType nodeType() const override; |
+ NodeType getNodeType() const override; |
PassRefPtrWillBeRawPtr<Node> cloneNode(bool deep) override; |
InsertionNotificationRequest insertedInto(ContainerNode*) override; |