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 c41eaf7d20185049564e65983285787c141346ab..8bd6fb770155873f94a373b484a3e538e2156955 100644 |
--- a/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
+++ b/third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp |
@@ -90,7 +90,7 @@ String ProcessingInstruction::nodeName() const |
return m_target; |
} |
-Node::NodeType ProcessingInstruction::nodeType() const |
+Node::NodeType ProcessingInstruction::getNodeType() const |
{ |
return PROCESSING_INSTRUCTION_NODE; |
} |