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; |