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