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

Unified Diff: third_party/WebKit/Source/platform/heap/WrapperVisitor.h

Issue 2840163002: DOM: NodeIterator.filter and TreeWalker.filter should return values which were specified to createN… (Closed)
Patch Set: Move ToV8() to ToV8ForCore.h, etc. Created 3 years, 8 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/TreeWalker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/WrapperVisitor.h
diff --git a/third_party/WebKit/Source/platform/heap/WrapperVisitor.h b/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
index 797e373cf5a9a05b903627f16ed4d1bb88f9aab4..a554b2be6fe8953c756e5917a755fafd2a9ebdb3 100644
--- a/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
+++ b/third_party/WebKit/Source/platform/heap/WrapperVisitor.h
@@ -138,6 +138,8 @@ class PLATFORM_EXPORT WrapperVisitor {
TraceWrappers(traceable);
}
+ // TODO(mlippautz): Add |template <typename T> TraceWrappers(const
+ // TraceWrapperV8Reference<T>&)|.
virtual void TraceWrappers(
const TraceWrapperV8Reference<v8::Value>&) const = 0;
virtual void MarkWrapper(const v8::PersistentBase<v8::Value>*) const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/dom/TreeWalker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698