| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 29a3f01366197ab1b6202357764b897ff4e7835c..26aaf04f1b8159409c1ffe03a1a876e169973e52 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -659,7 +659,6 @@ public:
|
| unsigned connectedSubframeCount() const;
|
| void incrementConnectedSubframeCount(unsigned amount = 1);
|
| void decrementConnectedSubframeCount(unsigned amount = 1);
|
| - void updateAncestorConnectedSubframeCountForRemoval() const;
|
| void updateAncestorConnectedSubframeCountForInsertion() const;
|
|
|
| PassRefPtrWillBeRawPtr<StaticNodeList> getDestinationInsertionPoints();
|
|
|