| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 385aa49a93e021f5d03f8c5f15951f939dc62990..562cda2a7bc45d25dcb8a55bf1ca0fde92601c84 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -351,8 +351,6 @@ class CORE_EXPORT ContainerNode : public Node {
|
| friend class AdoptAndAppendChild;
|
| void insertBeforeCommon(Node& nextChild, Node& newChild);
|
| void appendChildCommon(Node& child);
|
| - void willRemoveChildren();
|
| - void willRemoveChild(Node& child);
|
| void removeDetachedChildrenInContainer(ContainerNode&);
|
| void addChildNodesToDeletionQueue(Node*&, Node*&, ContainerNode&);
|
|
|
|
|