| Index: third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentType.cpp b/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| index bcc81bdc536107f0d4c44d434e41c7e764a2e32c..649ca5f763affb6ea4b1e9aea522eed9e5fcb0e8 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentType.cpp
|
| @@ -42,7 +42,7 @@ String DocumentType::nodeName() const
|
|
|
| Node::NodeType DocumentType::getNodeType() const
|
| {
|
| - return DOCUMENT_TYPE_NODE;
|
| + return kDocumentTypeNode;
|
| }
|
|
|
| Node* DocumentType::cloneNode(bool /*deep*/)
|
|
|