| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 8f3aead06fe4530c62be831e7e50f0dac45de1c4..851f0b519f1f360acbe2cbae549faecdb4e0d726 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -664,11 +664,6 @@ public:
|
| void unregisterTransientMutationObserver(MutationObserverRegistration*);
|
| void notifyMutationObserversNodeWillDetach();
|
|
|
| - unsigned connectedSubframeCount() const;
|
| - void incrementConnectedSubframeCount(unsigned amount = 1);
|
| - void decrementConnectedSubframeCount(unsigned amount = 1);
|
| - void updateAncestorConnectedSubframeCountForInsertion() const;
|
| -
|
| PassRefPtrWillBeRawPtr<StaticNodeList> getDestinationInsertionPoints();
|
| HTMLSlotElement* assignedSlot() const;
|
| HTMLSlotElement* assignedSlotForBinding();
|
|
|