| Index: third_party/WebKit/Source/core/dom/NodeIterator.idl
 | 
| diff --git a/third_party/WebKit/Source/core/dom/NodeIterator.idl b/third_party/WebKit/Source/core/dom/NodeIterator.idl
 | 
| index 4262b7abbd1ed71767f32b2200624edca731e47d..32dd39507f17c1a81d31f16bf65246e00e18e674 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/NodeIterator.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/NodeIterator.idl
 | 
| @@ -22,7 +22,7 @@
 | 
|  
 | 
|  [
 | 
|      SetWrapperReferenceTo(NodeFilter filter),
 | 
| -    WillBeGarbageCollected,
 | 
| +    GarbageCollected,
 | 
|  ] interface NodeIterator {
 | 
|      [SameObject] readonly attribute Node root;
 | 
|      readonly attribute Node referenceNode;
 | 
| 
 |