| Index: Source/core/dom/ContainerNode.h
|
| diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
|
| index 97423d97af0c052335e6de2d1852ac5eb0f51e49..3830c9ac02ecbea6127fa13a736207a8e2676fc1 100644
|
| --- a/Source/core/dom/ContainerNode.h
|
| +++ b/Source/core/dom/ContainerNode.h
|
| @@ -124,7 +124,6 @@ public:
|
|
|
| // These methods are only used during parsing.
|
| // They don't send DOM mutation events or handle reparenting.
|
| - // However, arbitrary code may be run by beforeload handlers.
|
| void parserAppendChild(PassRefPtr<Node>);
|
| void parserRemoveChild(Node&);
|
| void parserInsertBefore(PassRefPtr<Node> newChild, Node& refChild);
|
|
|