summaryrefslogtreecommitdiffstats
path: root/dom/html/HTMLSlotElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/HTMLSlotElement.h')
-rw-r--r--dom/html/HTMLSlotElement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/html/HTMLSlotElement.h b/dom/html/HTMLSlotElement.h
index 0494a654e..51affc2af 100644
--- a/dom/html/HTMLSlotElement.h
+++ b/dom/html/HTMLSlotElement.h
@@ -55,6 +55,9 @@ public:
void AssignedNodes(const AssignedNodesOptions& aOptions,
nsTArray<RefPtr<nsINode>>& aNodes);
+ void AssignedElements(const AssignedNodesOptions& aOptions,
+ nsTArray<RefPtr<Element>>& aNodes);
+
// Helper methods
const nsTArray<RefPtr<nsINode>>& AssignedNodes() const;
void InsertAssignedNode(uint32_t aIndex, nsINode* aNode);