[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:
Clemens Hammacher 2018-12-10 16:36:09 +01:00 committed by Commit Bot
parent 9bd13e6433
commit 8badfe6e9f

View File

@ -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