From b93fb57514781ea406fb152cf46b502cffd272ff Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 17 Apr 2020 07:36:25 -0400 Subject: Bug 1426536 - Remove nsContentUtils::IsContentInsertionPoint Tag #1375 --- dom/base/nsContentUtils.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'dom/base/nsContentUtils.cpp') diff --git a/dom/base/nsContentUtils.cpp b/dom/base/nsContentUtils.cpp index fa34063df..d28b34f3d 100644 --- a/dom/base/nsContentUtils.cpp +++ b/dom/base/nsContentUtils.cpp @@ -7017,19 +7017,6 @@ nsContentUtils::GetHTMLEditor(nsPresContext* aPresContext) return editor; } -bool -nsContentUtils::IsContentInsertionPoint(nsIContent* aContent) -{ - // Check if the content is a XBL insertion point. - if (aContent->IsActiveChildrenElement()) { - return true; - } - - // Check if the content is a web components content insertion point. - // XXX handle ? - return false; -} - // static bool nsContentUtils::HasDistributedChildren(nsIContent* aContent) -- cgit v1.2.3