| Index: third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| index b8f33e62498be452c35bc374969c7b8e3b244ed1..9ba21277b2f6be936e022b550c264c0c280d3b0c 100644
|
| --- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -81,7 +81,7 @@ String ProcessingInstruction::nodeName() const
|
|
|
| Node::NodeType ProcessingInstruction::getNodeType() const
|
| {
|
| - return PROCESSING_INSTRUCTION_NODE;
|
| + return kProcessingInstructionNode;
|
| }
|
|
|
| Node* ProcessingInstruction::cloneNode(bool /*deep*/)
|
|
|