| Index: third_party/WebKit/Source/core/dom/CDATASection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CDATASection.cpp b/third_party/WebKit/Source/core/dom/CDATASection.cpp
|
| index df2b27627b53885797f27d9132b017662f59ed39..c4c7becaf046724a917a0a6ee04d76cb56917d34 100644
|
| --- a/third_party/WebKit/Source/core/dom/CDATASection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CDATASection.cpp
|
| @@ -42,7 +42,7 @@ String CDATASection::nodeName() const
|
|
|
| Node::NodeType CDATASection::getNodeType() const
|
| {
|
| - return CDATA_SECTION_NODE;
|
| + return kCdataSectionNode;
|
| }
|
|
|
| Text* CDATASection::cloneWithData(const String& data)
|
|
|