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

Unified Diff: third_party/WebKit/Source/core/dom/TreeWalker.idl

Issue 2676663006: Remove SetWrapperReferenceTo and SetWrapperReferenceFrom (Closed)
Patch Set: Rebase on master Created 3 years, 10 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 | « third_party/WebKit/Source/core/dom/NodeList.idl ('k') | third_party/WebKit/Source/core/html/ClassList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeList.idl ('k') | third_party/WebKit/Source/core/html/ClassList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698