Commit a16c1250 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

Advance SetWasmCompileStreamingCallback deprecation

Change Isolate::SetWasmCompileStreamingCallback from
V8_DEPRECATE_SOON to V8_DEPRECATED.

Bug: v8:8562
Change-Id: I57b2e72817fe5b580fe6dc123a2389247010cb43
Reviewed-on: https://chromium-review.googlesource.com/c/1411634Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Dan Elphick <delphick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#58819}
parent 94fbd51b
......@@ -8228,7 +8228,7 @@ class V8_EXPORT Isolate {
void SetWasmModuleCallback(ExtensionCallback callback);
void SetWasmInstanceCallback(ExtensionCallback callback);
V8_DEPRECATE_SOON(
V8_DEPRECATED(
"The callback set in SetWasmStreamingCallback is used now",
void SetWasmCompileStreamingCallback(ApiImplementationCallback 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