From 222d316c835019ce64603180e4a73b231b788d76 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 17 Apr 2020 12:27:45 -0400 Subject: Bug 1425685 - Implement HTMLSlotElement.assignedElements(); Tag #1375 --- dom/html/HTMLSlotElement.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dom/html/HTMLSlotElement.h') 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>& aNodes); + void AssignedElements(const AssignedNodesOptions& aOptions, + nsTArray>& aNodes); + // Helper methods const nsTArray>& AssignedNodes() const; void InsertAssignedNode(uint32_t aIndex, nsINode* aNode); -- cgit v1.2.3