Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3184)

Unified Diff: core/dom/NodeList.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/dom/NodeIterator.idl ('k') | core/dom/ParentNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/NodeList.idl
diff --git a/core/dom/NodeList.idl b/core/dom/NodeList.idl
index b6f81a1c29975771be1cf6970aa1471f1fbcd568..85a7be8a2bcbb920d61006a75e48f3cd0ed668b5 100644
--- a/core/dom/NodeList.idl
+++ b/core/dom/NodeList.idl
@@ -21,7 +21,8 @@
[
DependentLifetime,
SetWrapperReferenceFrom=virtualOwnerNode,
+ WillBeGarbageCollected,
] 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;
};
« no previous file with comments | « core/dom/NodeIterator.idl ('k') | core/dom/ParentNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698