Index: Source/core/html/HTMLTitleElement.cpp |
diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp |
index 659bdab424b9249983129e663bf485e088e67fc2..97f622f7dbd1494446a45b3d3d1a14019179fff7 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(false); |
sof
2014/11/20 12:09:59
Would be good to have test coverage for this.
|
m_ignoreTitleUpdatesWhenChildrenChange = false; |
if (!value.isEmpty()) |