31 lines
939 B
Diff
31 lines
939 B
Diff
From 6f3c15d2319ca11c2e31076292f5733baf64d991 Mon Sep 17 00:00:00 2001
|
|
From: Allan Sandfeld Jensen <allan.jensen@qt.io>
|
|
Date: Tue, 18 Jun 2019 10:29:48 +0200
|
|
Subject: [PATCH 2/3] Bump V8 patch level
|
|
|
|
Otherwise it might use outdated script caches.
|
|
|
|
Change-Id: I839c6a11c3e1991f232972ad2d87fe6318256307
|
|
Fixes: QTBUG-72532
|
|
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
|
|
---
|
|
chromium/v8/include/v8-version.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/chromium/v8/include/v8-version.h b/chromium/v8/include/v8-version.h
|
|
index 3e703039517..8dacc30c340 100644
|
|
--- a/chromium/v8/include/v8-version.h
|
|
+++ b/chromium/v8/include/v8-version.h
|
|
@@ -11,7 +11,7 @@
|
|
#define V8_MAJOR_VERSION 6
|
|
#define V8_MINOR_VERSION 9
|
|
#define V8_BUILD_NUMBER 427
|
|
-#define V8_PATCH_LEVEL 31
|
|
+#define V8_PATCH_LEVEL 32
|
|
|
|
// Use 1 for candidates and 0 otherwise.
|
|
// (Boolean macro values are not supported by all preprocessors.)
|
|
--
|
|
2.21.0
|
|
|