| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index 659bdab424b9249983129e663bf485e088e67fc2..21e22f043ef6483f6d1e09f4043dadb839ec3a7c 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -85,7 +85,7 @@ void HTMLTitleElement::setText(const String &value)
|
|
|
| // Avoid calling Document::setTitleElement() during intermediate steps.
|
| m_ignoreTitleUpdatesWhenChildrenChange = !value.isEmpty();
|
| - removeChildren();
|
| + removeChildren(OmitSubtreeModifiedEvent);
|
| m_ignoreTitleUpdatesWhenChildrenChange = false;
|
|
|
| if (!value.isEmpty())
|
|
|