| Index: Source/core/dom/NodeIterator.idl
|
| diff --git a/Source/core/dom/NodeIterator.idl b/Source/core/dom/NodeIterator.idl
|
| index b019d76eb5ac5631aa5e4fa8b3d8216cb76f77ce..d25c3055e887ea28b47657849f856fe185327a77 100644
|
| --- a/Source/core/dom/NodeIterator.idl
|
| +++ b/Source/core/dom/NodeIterator.idl
|
| @@ -19,9 +19,7 @@
|
| */
|
|
|
| // Introduced in DOM Level 2:
|
| -[
|
| - NoInterfaceObject
|
| -] interface NodeIterator {
|
| +interface NodeIterator {
|
| readonly attribute Node root;
|
| readonly attribute unsigned long whatToShow;
|
| readonly attribute NodeFilter filter;
|
|
|