Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/TraceWrapperReference.md

Issue 2748103002: [wrapper-tracing] Redesign dispatching on non-inheriting cases (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698