diff options
Diffstat (limited to 'meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch index d4720e4f28..064925dace 100644 --- a/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch +++ b/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch | |||
@@ -1,10 +1,9 @@ | |||
1 | From 3d5373575695b293b8559155431d0079a6153aff Mon Sep 17 00:00:00 2001 | 1 | From 36c092723ec6d4908039341c9d157db8ab1c0a59 Mon Sep 17 00:00:00 2001 |
2 | From: Michael Catanzaro <mcatanzaro@redhat.com> | 2 | From: Michael Catanzaro <mcatanzaro@redhat.com> |
3 | Date: Mon, 5 Feb 2024 11:00:49 -0600 | 3 | Date: Mon, 5 Feb 2024 11:00:49 -0600 |
4 | Subject: [PATCH] =?UTF-8?q?[GTK]=20[2.42.5]=20LowLevelInterpreter.cpp:339:?= | 4 | Subject: [PATCH] =?UTF-8?q?LowLevelInterpreter.cpp:339:21:=20error:=20?= |
5 | =?UTF-8?q?21:=20error:=20=E2=80=98t6=E2=80=99=20was=20not=20declared=20in?= | 5 | =?UTF-8?q?=E2=80=98t6=E2=80=99=20was=20not=20declared=20in=20this=20scope?= |
6 | =?UTF-8?q?=20this=20scope=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid?= | 6 | =?UTF-8?q?=20https://bugs.webkit.org/show=5Fbug.cgi=3Fid=3D268739?= |
7 | =?UTF-8?q?=3D268739?= | ||
8 | MIME-Version: 1.0 | 7 | MIME-Version: 1.0 |
9 | Content-Type: text/plain; charset=UTF-8 | 8 | Content-Type: text/plain; charset=UTF-8 |
10 | Content-Transfer-Encoding: 8bit | 9 | Content-Transfer-Encoding: 8bit |
@@ -22,7 +21,7 @@ Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | |||
22 | 1 file changed, 2 deletions(-) | 21 | 1 file changed, 2 deletions(-) |
23 | 22 | ||
24 | diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 23 | diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp |
25 | index 5064ead6cd2e7..9a2e2653b1219 100644 | 24 | index 75cecbbd..b1020ea4 100644 |
26 | --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 25 | --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp |
27 | +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp | 26 | +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp |
28 | @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, | 27 | @@ -336,8 +336,6 @@ JSValue CLoop::execute(OpcodeID entryOpcodeID, void* executableAddress, VM* vm, |
@@ -34,4 +33,3 @@ index 5064ead6cd2e7..9a2e2653b1219 100644 | |||
34 | 33 | ||
35 | struct StackPointerScope { | 34 | struct StackPointerScope { |
36 | StackPointerScope(CLoopStack& stack) | 35 | StackPointerScope(CLoopStack& stack) |
37 | |||