Index: sky/engine/core/dom/ParentNode.idl |
diff --git a/sky/engine/core/dom/ParentNode.idl b/sky/engine/core/dom/ParentNode.idl |
index fdea9252e63d5457276347da9484700500d57ca4..c153b32a299a6b8ef4c1e7ed560f8261ce02efb8 100644 |
--- a/sky/engine/core/dom/ParentNode.idl |
+++ b/sky/engine/core/dom/ParentNode.idl |
@@ -32,8 +32,8 @@ |
LegacyTreatAsPartialInterface, |
NoInterfaceObject, // Always used on target of 'implements' |
] interface ParentNode { |
- [PerWorldBindings] readonly attribute Element firstElementChild; |
- [PerWorldBindings] readonly attribute Element lastElementChild; |
+ readonly attribute Element firstElementChild; |
+ readonly attribute Element lastElementChild; |
readonly attribute unsigned long childElementCount; |
// NodeSelector - Selector API |