Index: Source/core/dom/NodeList.idl |
diff --git a/Source/core/dom/NodeList.idl b/Source/core/dom/NodeList.idl |
index b6f81a1c29975771be1cf6970aa1471f1fbcd568..22485de8b0144d32a687cf152f32c02ea2ab4e8b 100644 |
--- a/Source/core/dom/NodeList.idl |
+++ b/Source/core/dom/NodeList.idl |
@@ -22,6 +22,6 @@ |
DependentLifetime, |
SetWrapperReferenceFrom=virtualOwnerNode, |
] interface NodeList { |
- getter Node item(unsigned long index); |
- readonly attribute unsigned long length; |
+ [DartNoAutoScope] getter Node item(unsigned long index); |
+ [DartNoAutoScope] readonly attribute unsigned long length; |
}; |