| 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..5cc5ce23d8cf32ce0bd87db223f832fbeaec6ee2 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_TRACE_TRAIT_FOR_WRAPPER_WITHOUT_BASE(ClassName)`` after defining
|
| +``ClassName`` to define the proper tracing specializations.
|
|
|
| ## Explicit write barriers
|
|
|
|
|