| Index: third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/CharacterData.cpp b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| index 848ecf57fbdb9ebcd43a78fdf935b225e26d9d3c..2610164e0cfb1548415004aa231e732356cf5c1e 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| @@ -170,7 +170,7 @@ void CharacterData::setDataAndUpdate(const String& newData, unsigned offsetOfRep
|
| toText(this)->updateTextLayoutObject(offsetOfReplacedData, oldLength);
|
|
|
| if (source != UpdateFromParser) {
|
| - if (getNodeType() == PROCESSING_INSTRUCTION_NODE)
|
| + if (getNodeType() == kProcessingInstructionNode)
|
| toProcessingInstruction(this)->didAttributeChanged();
|
|
|
| if (document().frame())
|
|
|