Commit 0609bb83 authored by Michael Lippautz's avatar Michael Lippautz Committed by V8 LUCI CQ

cppgc: Move forward Trace(T*) deprecation

Bug: v8:13089
Change-Id: I271addd3a80feaa40520ab2768a2380c3d7ab62f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3780821
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarAnton Bikineev <bikineev@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81939}
parent 3e6ad9f2
......@@ -68,7 +68,7 @@ class V8_EXPORT Visitor {
* \param member Reference retaining an object.
*/
template <typename T>
V8_DEPRECATE_SOON("Do not use Trace() with raw pointers.")
V8_DEPRECATED("Do not use Trace() with raw pointers.")
void Trace(const T* t) {
TraceImpl(t);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment