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 4f8546200..0494a654e 100644
--- a/dom/html/HTMLSlotElement.h
+++ b/dom/html/HTMLSlotElement.h
@@ -62,6 +62,9 @@ public:
void RemoveAssignedNode(nsINode* aNode);
void ClearAssignedNodes();
+ void EnqueueSlotChangeEvent() const;
+ void FireSlotChangeEvent();
+
protected:
virtual ~HTMLSlotElement();
virtual JSObject*