Skip to content

Commit c5079b1

Browse files
committed
v8: fix bug described in issue #58505
This commit fixes a bug in the V8 engine as detailed in the linked issue. The change addresses the described behavior and ensures correct functionality as expected. Fixes: #58505
1 parent 1093f38 commit c5079b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@
14651465
],
14661466
}, {
14671467
'sources': [
1468-
'<(V8_ROOT)/src/base/debug/stack_trace_android.cc',
1468+
'<(V8_ROOT)/src/base/debug/stack_trace_posix.cc',
14691469
'<(V8_ROOT)/src/base/platform/platform-linux.cc',
14701470
],
14711471
}],

0 commit comments

Comments
 (0)