Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 6522a89b8e564fe6e74dfc2a01dac29df3e85c4f..1659d24cca1075803cbfe8a211e98ccf4656558c 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -99,7 +99,7 @@ public: |
void parserInsertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node& refChild); |
void parserTakeAllChildrenFrom(ContainerNode&); |
- void removeChildren(); |
+ void removeChildren(bool sendModifiedEvent = true); |
kouhei (in TOK)
2014/11/19 23:28:54
Please consider using an enum here.
sof
2014/11/20 12:09:59
Agree; in this case, there's no but-of-course inte
|
void cloneChildNodes(ContainerNode* clone); |