Index: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h |
index cc77cf18e250d69985fb40496e0c37ff5dcb0763..3c4da90957c8b6de47f38354560a3d4da5599324 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h |
@@ -137,6 +137,7 @@ class CORE_EXPORT ScriptWrappableVisitor : public WrapperVisitor, |
size_t NumberOfWrappersToTrace() override; |
void dispatchTraceWrappers(const ScriptWrappable*) const override; |
+ void dispatchTraceWrappers(const TraceWrapperBase*) const override; |
#define DECLARE_DISPATCH_TRACE_WRAPPERS(className) \ |
void dispatchTraceWrappers(const className*) const override; |