| Index: sky/engine/core/dom/ChildNode.idl | 
| diff --git a/sky/engine/core/dom/ChildNode.idl b/sky/engine/core/dom/ChildNode.idl | 
| index 38ccf66bd574cbee5eb7e19436407e842b0cccd9..ca6fa53266e3187e84544cda9b0d3f28d55e0e65 100644 | 
| --- a/sky/engine/core/dom/ChildNode.idl | 
| +++ b/sky/engine/core/dom/ChildNode.idl | 
| @@ -26,7 +26,7 @@ | 
| LegacyTreatAsPartialInterface, | 
| NoInterfaceObject, // Always used on target of 'implements' | 
| ] interface ChildNode { | 
| -    [PerWorldBindings] readonly attribute Element previousElementSibling; | 
| -    [PerWorldBindings] readonly attribute Element nextElementSibling; | 
| +    readonly attribute Element previousElementSibling; | 
| +    readonly attribute Element nextElementSibling; | 
| [RaisesException, CustomElementCallbacks] void remove(); | 
| }; | 
|  |