aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtwebengine/qt-musl-stackstart.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/qt5-qtwebengine/qt-musl-stackstart.patch')
-rw-r--r--community/qt5-qtwebengine/qt-musl-stackstart.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/qt5-qtwebengine/qt-musl-stackstart.patch b/community/qt5-qtwebengine/qt-musl-stackstart.patch
index a3c6efbee1f..2214af4f238 100644
--- a/community/qt5-qtwebengine/qt-musl-stackstart.patch
+++ b/community/qt5-qtwebengine/qt-musl-stackstart.patch
@@ -2,7 +2,7 @@ diff --git a/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack
index 1aaaa1c60..f49152fa6 100644
--- a/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc
+++ b/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/stack_util.cc
-@@ -28,7 +28,7 @@ size_t GetUnderestimatedStackSize() {
+@@ -29,7 +29,7 @@ size_t GetUnderestimatedStackSize() {
// FIXME: On Mac OSX and Linux, this method cannot estimate stack size
// correctly for the main thread.
@@ -11,7 +11,7 @@ index 1aaaa1c60..f49152fa6 100644
defined(OS_FUCHSIA)
// pthread_getattr_np() can fail if the thread is not invoked by
// pthread_create() (e.g., the main thread of blink_unittests).
-@@ -96,7 +96,7 @@ return Threading::ThreadStackSize();
+@@ -97,7 +97,7 @@ return Threading::ThreadStackSize();
}
void* GetStackStart() {