Skip to content

Commit 9568fbc

Browse files
addaleaxBethGriggs
authored andcommitted
deps: V8: cherry-pick f0057afc2fb6
Original commit message: [api] Remove deprecated and non-functional method The functionality was not used since a long time, and was hence removed for the 8.1 branch, and the method was deprecated. This CL removed the deprecated method completely. R=adamk@chromium.org Bug: v8:10155 Change-Id: Iae299d64decb7230d38c2fda8d269a7b0387bb0d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2033169 Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#66167} Refs: v8/v8@f0057af PR-URL: #32885 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
1 parent 07d4372 commit 9568fbc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

common.gypi

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

3636
# Reset this number to 0 on major V8 upgrades.
3737
# Increment by one for each non-official patch applied to deps/v8.
38-
'v8_embedder_string': '-node.16',
38+
'v8_embedder_string': '-node.17',
3939

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

deps/v8/include/v8.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,14 +2446,6 @@ class V8_EXPORT ValueDeserializer {
24462446
*/
24472447
void SetSupportsLegacyWireFormat(bool supports_legacy_wire_format);
24482448

2449-
/**
2450-
* Expect inline wasm in the data stream (rather than in-memory transfer)
2451-
*/
2452-
V8_DEPRECATED(
2453-
"Wasm module serialization is only supported via explicit methods, e.g. "
2454-
"CompiledWasmModule::Serialize()")
2455-
void SetExpectInlineWasm(bool allow_inline_wasm) {}
2456-
24572449
/**
24582450
* Reads the underlying wire format version. Likely mostly to be useful to
24592451
* legacy code reading old wire format versions. Must be called after

0 commit comments

Comments
 (0)