| 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 22c3fd2debd78c9d4fcfd2e34043f3b043f75281..9af75b3df04e5c61f426f8d53390a89c290d4fa5 100644
|
| --- a/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/CharacterData.cpp
|
| @@ -215,7 +215,7 @@ void CharacterData::didModifyData(const String& oldData, UpdateSource source) {
|
| nullptr, oldData, m_data));
|
| dispatchSubtreeModifiedEvent();
|
| }
|
| - InspectorInstrumentation::characterDataModified(this);
|
| + probe::characterDataModified(this);
|
| }
|
|
|
| int CharacterData::maxCharacterOffset() const {
|
|
|