summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-03-15 22:59:41 +0100
committerRefael Ackermann <refack@gmail.com>2019-03-28 16:37:51 -0400
commit963061bc024958cd424a75a507a0dbcf6724e2ec (patch)
treefcb3de8789ff4858a59492dbcc2ed05f7c347481 /deps/v8
parentb7338b700fdc7927763840927c8acaf4963c0587 (diff)
downloadandroid-node-v8-963061bc024958cd424a75a507a0dbcf6724e2ec.tar.gz
android-node-v8-963061bc024958cd424a75a507a0dbcf6724e2ec.tar.bz2
android-node-v8-963061bc024958cd424a75a507a0dbcf6724e2ec.zip
deps: V8: cherry-pick 6b09d21
Original commit message: [api] Remove deprecated WasmCompiledModule Embedders should use WasmModuleObject instead. R=adamk@chromium.org Change-Id: Ibe5e4b160bb917bcd9f895be1b954acc40a045d8 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1513616 Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Cr-Commit-Position: refs/heads/master@{#60184} Refs: https://github.com/v8/v8/commit/6b09d21c8c13051d62ad146099da868fc0c41898 PR-URL: https://github.com/nodejs/node/pull/26685 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/include/v8.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/include/v8.h b/deps/v8/include/v8.h
index e3f1382702..f76fd34183 100644
--- a/deps/v8/include/v8.h
+++ b/deps/v8/include/v8.h
@@ -4527,9 +4527,6 @@ class V8_EXPORT WasmModuleObject : public Object {
static void CheckCast(Value* obj);
};
-V8_DEPRECATED("Use WasmModuleObject",
- typedef WasmModuleObject WasmCompiledModule);
-
/**
* The V8 interface for WebAssembly streaming compilation. When streaming
* compilation is initiated, V8 passes a {WasmStreaming} object to the embedder