Skip to content

Commit 3046131

Browse files
committed
deps: V8: cherry-pick 9a712984025e
Original commit message: Fix SmartOS compilation error Refs: https://chromium-review.googlesource.com/c/v8/v8/+/2509594 Change-Id: I98f55b404c0b2b26fbee0453b976119b39255b31 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2565273 Reviewed-by: Michael Lippautz <[email protected]> Commit-Queue: Joyee Cheung <[email protected]> Cr-Commit-Position: refs/heads/master@{#71681} Refs: v8/v8@9a71298 PR-URL: #36139 Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Shelley Vohr <[email protected]>
1 parent d178d07 commit 3046131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.13',
39+
'v8_embedder_string': '-node.14',
4040

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

Diff for: deps/v8/src/base/platform/platform-solaris.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void OS::SignalCodeMovingGC() {}
6666
void OS::AdjustSchedulingParams() {}
6767

6868
// static
69-
void* Stack::GetStackStart() {
69+
Stack::StackSlot Stack::GetStackStart() {
7070
pthread_attr_t attr;
7171
int error;
7272
pthread_attr_init(&attr);

0 commit comments

Comments
 (0)