| Index: third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md
|
| index 3547ce013edc62397eac423fde5a547ce3f18c21..4908ec22f11a85c3006a454dcff23273312a63a9 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md
|
| @@ -257,7 +257,8 @@ difference that these classes need to inherit from ``TraceWrapperBase``.
|
|
|
| In the case we cannot afford inheriting from ``TraceWrapperBase``, which will
|
| add a vtable pointer for tracing wrappers, use
|
| -``DECLARE_TRACE_WRAPPERS_WITHOUT_BASE`` to declare a traceWrappers method.
|
| +``DEFINE_TRAIT_FOR_TRACE_WRAPPERS(ClassName)`` after defining
|
| +``ClassName`` to define the proper tracing specializations.
|
|
|
| ## Explicit write barriers
|
|
|
|
|