Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: third_party/WebKit/Source/core/dom/ContainerNode.h

Issue 2478573002: Make removeChild, parserRemoveChild and removeChildren more consistent. (Closed)
Patch Set: SubframeLoadingDisabler (oldChild) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698