| Index: Source/core/dom/CharacterData.cpp
|
| diff --git a/Source/core/dom/CharacterData.cpp b/Source/core/dom/CharacterData.cpp
|
| index 4df25c9357fa8379a5a51f6be56f7a941cf27c5f..305cad6109d2be5296842553b875dc6ed282bae1 100644
|
| --- a/Source/core/dom/CharacterData.cpp
|
| +++ b/Source/core/dom/CharacterData.cpp
|
| @@ -188,7 +188,7 @@ void CharacterData::setDataAndUpdate(const String& newData, unsigned offsetOfRep
|
|
|
| void CharacterData::didModifyData(const String& oldData)
|
| {
|
| - if (OwnPtr<MutationObserverInterestGroup> mutationRecipients = MutationObserverInterestGroup::createForCharacterDataMutation(this))
|
| + if (OwnPtr<MutationObserverInterestGroup> mutationRecipients = MutationObserverInterestGroup::createForCharacterDataMutation(*this))
|
| mutationRecipients->enqueueMutationRecord(MutationRecord::createCharacterData(this, oldData));
|
|
|
| if (parentNode())
|
|
|