Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: third_party/WebKit/Source/core/dom/CharacterData.cpp

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/CDATASection.cpp ('k') | third_party/WebKit/Source/core/dom/Comment.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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())
« no previous file with comments | « third_party/WebKit/Source/core/dom/CDATASection.cpp ('k') | third_party/WebKit/Source/core/dom/Comment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698