Index: Source/core/dom/CharacterData.cpp |
diff --git a/Source/core/dom/CharacterData.cpp b/Source/core/dom/CharacterData.cpp |
index 2d5965b3dd3d0dae95447d0c4b55cc98b7f8bc16..24e5a5effa8f1497c82222711320f78bc8f7a38c 100644 |
--- a/Source/core/dom/CharacterData.cpp |
+++ b/Source/core/dom/CharacterData.cpp |
@@ -98,7 +98,7 @@ unsigned CharacterData::parserAppendData(const String& string, unsigned offset, |
ASSERT(!renderer() || isTextNode()); |
if (isTextNode()) |
- toText(this)->updateTextRenderer(oldLength, 0, DeprecatedAttachNow); |
+ toText(this)->updateTextRenderer(oldLength, 0); |
document().incDOMTreeVersion(); |