Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index 8d8d1dea0efe74b991b8bae19269f2bb0a2f9411..80d71a32dc534b9713dff585521162221594e395 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -260,8 +260,6 @@ public: |
bool isDocumentFragment() const { return getFlag(IsDocumentFragmentFlag); } |
bool isShadowRoot() const { return isDocumentFragment() && isTreeScope(); } |
bool isInsertionPoint() const { return getFlag(NeedsShadowTreeWalkerFlag) && isInsertionPointNode(); } |
- // Returns Node rather than InsertionPoint. Should be used only for language bindings. |
- Node* insertionParentForBinding() const; |
bool needsShadowTreeWalker() const; |
bool needsShadowTreeWalkerSlow() const; |