[wasm][api] Deprecate WasmCompiledModule
Chromium does not use this name any more since https://crrev.com/c/1369854, so we can deprecate it for the 7.3 branch. R=adamk@chromium.org Bug: v8:8238, chromium:912031 Change-Id: I0625f58a893f48d89dec76851af292c9c32af035 Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Reviewed-on: https://chromium-review.googlesource.com/c/1370035 Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#58183}
This commit is contained in:
parent
9bd13e6433
commit
8badfe6e9f
@ -4436,8 +4436,8 @@ class V8_EXPORT WasmModuleObject : public Object {
|
||||
static void CheckCast(Value* obj);
|
||||
};
|
||||
|
||||
V8_DEPRECATE_SOON("Use WasmModuleObject",
|
||||
typedef WasmModuleObject WasmCompiledModule);
|
||||
V8_DEPRECATED("Use WasmModuleObject",
|
||||
typedef WasmModuleObject WasmCompiledModule);
|
||||
|
||||
/**
|
||||
* The V8 interface for WebAssembly streaming compilation. When streaming
|
||||
|
Loading…
Reference in New Issue
Block a user