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