| 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 edef9d56158e6264f03d8a1ab07aba1d43987e3f..7606011e45a3f452fb3eaeb926ed6efbc9a1acc0 100644
|
| --- a/third_party/WebKit/Source/core/dom/NodeIterator.idl
|
| +++ b/third_party/WebKit/Source/core/dom/NodeIterator.idl
|
| @@ -21,7 +21,7 @@
|
| // https://dom.spec.whatwg.org/#interface-nodeiterator
|
|
|
| [
|
| - SetWrapperReferenceTo(NodeFilter filter),
|
| + DependentLifetime,
|
| ] interface NodeIterator {
|
| [SameObject] readonly attribute Node root;
|
| readonly attribute Node referenceNode;
|
|
|