| Index: third_party/WebKit/Source/core/dom/TreeWalker.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeWalker.idl b/third_party/WebKit/Source/core/dom/TreeWalker.idl
|
| index 16c2168478d8b0e00e2bce58ec70f13d272a22a1..8ec2eaaeffd7204815709d06d2a743ce405f987f 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeWalker.idl
|
| +++ b/third_party/WebKit/Source/core/dom/TreeWalker.idl
|
| @@ -21,7 +21,7 @@
|
| // https://dom.spec.whatwg.org/#interface-treewalker
|
|
|
| [
|
| - SetWrapperReferenceTo(NodeFilter filter),
|
| + DependentLifetime,
|
| ] interface TreeWalker {
|
| [SameObject] readonly attribute Node root;
|
| readonly attribute unsigned long whatToShow;
|
|
|