Skip to content

Commit 7f7cb8b

Browse files
targosBethGriggs
authored andcommitted
deps: silence irrelevant V8 warning
Backport-PR-URL: #39470 PR-URL: #38990 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 16cbd8c commit 7f7cb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# Reset this number to 0 on major V8 upgrades.
3838
# Increment by one for each non-official patch applied to deps/v8.
39-
'v8_embedder_string': '-node.6',
39+
'v8_embedder_string': '-node.7',
4040

4141
##### V8 defaults for Node.js #####
4242

deps/v8/include/v8-fast-api-calls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class V8_EXPORT CFunction {
314314
};
315315
};
316316

317-
struct V8_DEPRECATE_SOON("Use v8::Local<v8::Value> instead.") ApiObject {
317+
struct ApiObject {
318318
uintptr_t address;
319319
};
320320

0 commit comments

Comments
 (0)