| Index: Source/core/dom/ParentNode.idl
|
| diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl
|
| index e660f6c33f04458ec92704375e453308d81ea266..b6a9ed1cb129bd283cb57006a75bc40c9469491a 100644
|
| --- a/Source/core/dom/ParentNode.idl
|
| +++ b/Source/core/dom/ParentNode.idl
|
| @@ -39,8 +39,8 @@
|
| [PerWorldBindings] readonly attribute Element? lastElementChild;
|
| readonly attribute unsigned long childElementCount;
|
|
|
| - // [Unscopeable] void prepend((Node or DOMString)... nodes);
|
| - // [Unscopeable] void append((Node or DOMString)... nodes);
|
| + [RaisesException, Unscopeable, CustomElementCallbacks] void prepend((Node or DOMString)... nodes);
|
| + [RaisesException, Unscopeable, CustomElementCallbacks] void append((Node or DOMString)... nodes);
|
|
|
| // [Unscopeable] Element? query(DOMString relativeSelectors);
|
| // [NewObject, Unscopeable] Elements queryAll(DOMString relativeSelectors);
|
|
|