| 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 46a9091b71109f4232fe2a8ccf3dbb8db6215449..9b60afa81afeda44a4bfc406c311f70585513f0a 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -249,7 +249,6 @@ private:
|
| friend class AdoptAndAppendChild;
|
| void insertBeforeCommon(Node& nextChild, Node& newChild);
|
| void appendChildCommon(Node& child);
|
| - void updateTreeAfterInsertion(Node& child);
|
| void willRemoveChildren();
|
| void willRemoveChild(Node& child);
|
| void removeDetachedChildrenInContainer(ContainerNode&);
|
|
|