Skip to content

Commit f72e059

Browse files
committed
V8: update patch
1 parent b524047 commit f72e059

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

patches/linux/v8.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/BUILD.gn b/BUILD.gn
2-
index 6a4efbb03ee..9c0a45df4a5 100644
2+
index 382c7d3ed44..4cd53620a92 100644
33
--- a/BUILD.gn
44
+++ b/BUILD.gn
5-
@@ -1096,6 +1096,7 @@ config("features") {
6-
7-
defines =
8-
[ "V8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=${v8_typed_array_max_size_in_heap}" ]
9-
+ defines += ["V8_TLS_USED_IN_LIBRARY"]
5+
@@ -1237,6 +1237,7 @@ config("features") {
6+
defines = [
7+
"V8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=${v8_typed_array_max_size_in_heap}",
8+
"V8_LOGGING_LEVEL=${v8_logging_level}",
9+
+ "V8_TLS_USED_IN_LIBRARY",
10+
]
1011

1112
configs = [
12-
":v8_header_features",

0 commit comments

Comments
 (0)