| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index 5e0ba12f41246204d1f6b5d45d97f9947812f6a0..f1ed34de65a92b1f6e3074df73b00382ec15ebdd 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -100,7 +100,7 @@ public:
|
| PassRefPtrWillBeRawPtr<RadioNodeList> radioNodeList(const AtomicString&, bool onlyMatchImgElements = false);
|
|
|
| // These methods are only used during parsing.
|
| - // They don't send DOM mutation events or handle reparenting.
|
| + // They don't send DOM mutation events or accept DocumentFragments.
|
| void parserAppendChild(PassRefPtrWillBeRawPtr<Node>);
|
| void parserRemoveChild(Node&);
|
| void parserInsertBefore(PassRefPtrWillBeRawPtr<Node> newChild, Node& refChild);
|
|
|