Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 596e3a8

Browse filesBrowse files
gengjiawendanielleadams
authored andcommitted
deps: V8: cherry-pick c2792e58035f
Original commit message: [base] Fix build with gcc-13 See https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes. Also see Gentoo Linux bug report: https://bugs.gentoo.org/865981 Change-Id: I421f396b02ba37e12ee70048ee33e034f8113566 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3934140 Reviewed-by: Clemens Backes <clemensb@chromium.org> Reviewed-by: Simon Zünd <szuend@chromium.org> Commit-Queue: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#83587} Refs: v8/v8@c2792e5 PR-URL: #44961 Fixes: #43642 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 2c0f7d4 commit 596e3a8
Copy full SHA for 596e3a8

File tree

Expand file treeCollapse file tree

4 files changed

+4
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-1
lines changed
Open diff view settings
Collapse file

‎common.gypi‎

Copy file name to clipboardExpand all lines: common.gypi
+1-1Lines 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.13',
39+
'v8_embedder_string': '-node.16',
4040

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

Collapse file

‎deps/v8/AUTHORS‎

Copy file name to clipboardExpand all lines: deps/v8/AUTHORS
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ Vlad Burlik <vladbph@gmail.com>
247247
Vladimir Krivosheev <develar@gmail.com>
248248
Vladimir Shutoff <vovan@shutoff.ru>
249249
Wael Almattar <waelsy123@gmail.com>
250+
WANG Xuerui <git@xen0n.name>
250251
Wei Wu <lazyparser@gmail.com>
251252
Wenlu Wang <kingwenlu@gmail.com>
252253
Wenming Yang <yangwenming@bytedance.com>
Collapse file

‎deps/v8/src/base/logging.h‎

Copy file name to clipboardExpand all lines: deps/v8/src/base/logging.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef V8_BASE_LOGGING_H_
66
#define V8_BASE_LOGGING_H_
77

8+
#include <cstdint>
89
#include <cstring>
910
#include <sstream>
1011
#include <string>
Collapse file

‎deps/v8/src/inspector/v8-string-conversions.h‎

Copy file name to clipboardExpand all lines: deps/v8/src/inspector/v8-string-conversions.h
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
66
#define V8_INSPECTOR_V8_STRING_CONVERSIONS_H_
77

8+
#include <cstdint>
89
#include <string>
910

1011
// Conversion routines between UT8 and UTF16, used by string-16.{h,cc}. You may

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.