Skip to content

Commit 782addb

Browse files
luyahantargos
authored andcommitted
deps: V8: cherry-pick 8f0b94671ddb
Original commit message: [gcc] Add include for TurboShaft Include <limits> for std::numeric_limits. Bug: chromium:819294 Change-Id: I26a71ed4bad1858d2f5ed5d7dcd529e9cae60f37 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4889285 Commit-Queue: Nico Hartmann <nicohartmann@chromium.org> Reviewed-by: Nico Hartmann <nicohartmann@chromium.org> Cr-Commit-Position: refs/heads/main@{#90347} Refs: v8/v8@8f0b946 PR-URL: #50654 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> PR-URL: #50115 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent b682e7f commit 782addb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.gypi

+1-1
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.8',
39+
'v8_embedder_string': '-node.9',
4040

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

deps/v8/src/compiler/turboshaft/utils.h

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#define V8_COMPILER_TURBOSHAFT_UTILS_H_
77

88
#include <iostream>
9+
#include <limits>
910
#include <tuple>
1011

1112
#include "src/base/logging.h"

0 commit comments

Comments
 (0)