Commit ab723525 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

api: Forward TracedReference deprecation

Change-Id: Ifc3100595c88a374ac41cb0d90825c23c1cae756
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1980704
Auto-Submit: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65609}
parent 06d09abb
...@@ -1161,7 +1161,7 @@ class TracedReference : public TracedReferenceBase<T> { ...@@ -1161,7 +1161,7 @@ class TracedReference : public TracedReferenceBase<T> {
* involving V8 needs to be done, a second callback can be scheduled using * involving V8 needs to be done, a second callback can be scheduled using
* WeakCallbackInfo<void>::SetSecondPassCallback. * WeakCallbackInfo<void>::SetSecondPassCallback.
*/ */
V8_DEPRECATE_SOON("Use TracedGlobal<> if callbacks are required.") V8_DEPRECATED("Use TracedGlobal<> if callbacks are required.")
V8_INLINE void SetFinalizationCallback( V8_INLINE void SetFinalizationCallback(
void* parameter, WeakCallbackInfo<void>::Callback callback); void* parameter, WeakCallbackInfo<void>::Callback callback);
}; };
......
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