| Index: Source/core/dom/ParentNode.idl
|
| diff --git a/Source/core/dom/ParentNode.idl b/Source/core/dom/ParentNode.idl
|
| index f64d0cde84d84f552e230e6d5977a020c96db70a..dea4bfd282a91f388ebc0b4201a5acb7df7f38df 100644
|
| --- a/Source/core/dom/ParentNode.idl
|
| +++ b/Source/core/dom/ParentNode.idl
|
| @@ -35,7 +35,7 @@
|
| [PerWorldBindings] readonly attribute HTMLCollection children;
|
| [PerWorldBindings] readonly attribute Element firstElementChild;
|
| [PerWorldBindings] readonly attribute Element lastElementChild;
|
| - [PerWorldBindings] readonly attribute unsigned long childElementCount;
|
| + readonly attribute unsigned long childElementCount;
|
|
|
| // NodeSelector - Selector API
|
| [RaisesException] Element querySelector(DOMString selectors);
|
|
|