Index: Source/core/dom/Attr.cpp |
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp |
index 29e647d15692feec373ea965e375b735b9404af7..17d2ad870f3894c899b0f7f4b6937ee64b5f6123 100644 |
--- a/Source/core/dom/Attr.cpp |
+++ b/Source/core/dom/Attr.cpp |
@@ -106,7 +106,7 @@ void Attr::setValue(const AtomicString& value) |
{ |
EventQueueScope scope; |
m_ignoreChildrenChanged++; |
- removeChildren(); |
+ removeChildren(false); |
if (m_element) |
elementAttribute().setValue(value); |
else |