summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-05-01 16:23:45 +0200
committerMichaël Zasso <targos@protonmail.com>2022-01-20 10:39:48 +0100
commitb9009d60ed57d350ab98dd9b31352574d8ad95aa (patch)
tree89479a0b0dac66a59aae1ac69477b05cdcc21162
parent9fef7a179d4ddb14ea0e15b0753235ae54d2e729 (diff)
downloadnode-new-b9009d60ed57d350ab98dd9b31352574d8ad95aa.tar.gz
deps: silence irrelevant V8 warning
PR-URL: https://github.com/nodejs/node/pull/38990 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
-rw-r--r--common.gypi2
-rw-r--r--deps/v8/include/v8-fast-api-calls.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common.gypi b/common.gypi
index 2154f199a7..9577b395d6 100644
--- a/common.gypi
+++ b/common.gypi
@@ -36,7 +36,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.6',
+ 'v8_embedder_string': '-node.7',
##### V8 defaults for Node.js #####
diff --git a/deps/v8/include/v8-fast-api-calls.h b/deps/v8/include/v8-fast-api-calls.h
index 141fddd244..a6c1b27353 100644
--- a/deps/v8/include/v8-fast-api-calls.h
+++ b/deps/v8/include/v8-fast-api-calls.h
@@ -479,7 +479,7 @@ class V8_EXPORT CFunction {
};
};
-struct V8_DEPRECATED("Use v8::Local<v8::Value> instead.") ApiObject {
+struct ApiObject {
uintptr_t address;
};