| Index: core/dom/ChildNode.idl
|
| diff --git a/core/dom/ChildNode.idl b/core/dom/ChildNode.idl
|
| index f4a8ba831831e62815c42b4952ec1325ff88a58a..38ccf66bd574cbee5eb7e19436407e842b0cccd9 100644
|
| --- a/core/dom/ChildNode.idl
|
| +++ b/core/dom/ChildNode.idl
|
| @@ -20,11 +20,13 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| +// http://dom.spec.whatwg.org/#interface-childnode
|
| +
|
| [
|
| - NoInterfaceObject
|
| + LegacyTreatAsPartialInterface,
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| ] interface ChildNode {
|
| [PerWorldBindings] readonly attribute Element previousElementSibling;
|
| [PerWorldBindings] readonly attribute Element nextElementSibling;
|
| [RaisesException, CustomElementCallbacks] void remove();
|
| };
|
| -
|
|
|