| 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 1ce53cec8479dace11c82ff32f8b76e4751a22b4..aebeafdfc708d53e37058dda313c24bb64e38001 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
|
| @@ -140,12 +140,6 @@ class CORE_EXPORT ScriptWrappableVisitor : public v8::EmbedderHeapTracer,
|
| size_t NumberOfWrappersToTrace() override;
|
|
|
| void dispatchTraceWrappers(const TraceWrapperBase*) const override;
|
| -#define DECLARE_DISPATCH_TRACE_WRAPPERS(className) \
|
| - void dispatchTraceWrappers(const className*) const override;
|
| -
|
| - WRAPPER_VISITOR_SPECIAL_CLASSES(DECLARE_DISPATCH_TRACE_WRAPPERS);
|
| -
|
| -#undef DECLARE_DISPATCH_TRACE_WRAPPERS
|
|
|
| void traceWrappers(const TraceWrapperV8Reference<v8::Value>&) const override;
|
| void markWrapper(const v8::PersistentBase<v8::Value>*) const override;
|
|
|