summaryrefslogtreecommitdiffstats
path: root/dom/webidl/ParentNode.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/ParentNode.webidl')
-rw-r--r--dom/webidl/ParentNode.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/dom/webidl/ParentNode.webidl b/dom/webidl/ParentNode.webidl
index 5834b9be3..aa6ca5db2 100644
--- a/dom/webidl/ParentNode.webidl
+++ b/dom/webidl/ParentNode.webidl
@@ -18,8 +18,8 @@ interface ParentNode {
[Pure]
readonly attribute unsigned long childElementCount;
- [Throws, Unscopable]
+ [CEReactions, Throws, Unscopable]
void prepend((Node or DOMString)... nodes);
- [Throws, Unscopable]
+ [CEReactions, Throws, Unscopable]
void append((Node or DOMString)... nodes);
};