| Index: third_party/WebKit/Source/core/dom/ParentNode.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/ParentNode.idl b/third_party/WebKit/Source/core/dom/ParentNode.idl
|
| index ddb905dd406bc8c099d1e2c934e319fef180c96d..e3b7d24a6d68561cfe730cfefe146780b8c4a5a5 100644
|
| --- a/third_party/WebKit/Source/core/dom/ParentNode.idl
|
| +++ b/third_party/WebKit/Source/core/dom/ParentNode.idl
|
| @@ -39,11 +39,11 @@
|
| [PerWorldBindings] readonly attribute Element? lastElementChild;
|
| readonly attribute unsigned long childElementCount;
|
|
|
| - [Unscopeable, RaisesException, CEReactions, CustomElementCallbacks, RuntimeEnabled=DOMConvenienceAPI] void prepend((Node or DOMString)... nodes);
|
| - [Unscopeable, RaisesException, CEReactions, CustomElementCallbacks, RuntimeEnabled=DOMConvenienceAPI] void append((Node or DOMString)... nodes);
|
| + [Unscopable, RaisesException, CEReactions, CustomElementCallbacks, RuntimeEnabled=DOMConvenienceAPI] void prepend((Node or DOMString)... nodes);
|
| + [Unscopable, RaisesException, CEReactions, CustomElementCallbacks, RuntimeEnabled=DOMConvenienceAPI] void append((Node or DOMString)... nodes);
|
|
|
| - // [Unscopeable] Element? query(DOMString relativeSelectors);
|
| - // [NewObject, Unscopeable] Elements queryAll(DOMString relativeSelectors);
|
| + // [Unscopable] Element? query(DOMString relativeSelectors);
|
| + // [NewObject, Unscopable] Elements queryAll(DOMString relativeSelectors);
|
| [RaisesException] Element? querySelector(DOMString selectors);
|
| [NewObject, RaisesException] NodeList querySelectorAll(DOMString selectors);
|
| };
|
|
|