summaryrefslogtreecommitdiff
path: root/nonprism/webkit2gtk/icu59.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/webkit2gtk/icu59.patch')
-rw-r--r--nonprism/webkit2gtk/icu59.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/nonprism/webkit2gtk/icu59.patch b/nonprism/webkit2gtk/icu59.patch
index 1f4de2cbf..0b7a2354f 100644
--- a/nonprism/webkit2gtk/icu59.patch
+++ b/nonprism/webkit2gtk/icu59.patch
@@ -1,5 +1,7 @@
---- webkitgtk-2.17.2/Source/JavaScriptCore/API/JSStringRef.h.orig 2017-01-18 02:06:54.000000000 -0500
-+++ webkitgtk-2.17.2/Source/JavaScriptCore/API/JSStringRef.h 2017-05-14 15:44:49.756359140 -0500
+diff --git a/Source/JavaScriptCore/API/JSStringRef.h b/Source/JavaScriptCore/API/JSStringRef.h
+index bc03ed7..3e51af8 100644
+--- a/Source/JavaScriptCore/API/JSStringRef.h
++++ b/Source/JavaScriptCore/API/JSStringRef.h
@@ -32,6 +32,7 @@
#include <stdbool.h>
#endif
@@ -8,7 +10,7 @@
#ifdef __cplusplus
extern "C" {
-@@ -46,7 +47,7 @@
+@@ -46,7 +47,7 @@ extern "C" {
character. As with all scalar types, endianness depends on the underlying
architecture.
*/
@@ -17,8 +19,10 @@
#else
typedef wchar_t JSChar;
#endif
---- webkitgtk-2.17.2/Source/WebKit2/Shared/API/c/WKString.h.orig 2016-09-16 04:56:48.000000000 -0500
-+++ webkitgtk-2.17.2/Source/WebKit2/Shared/API/c/WKString.h 2017-05-14 15:47:03.846355158 -0500
+diff --git a/Source/WebKit2/Shared/API/c/WKString.h b/Source/WebKit2/Shared/API/c/WKString.h
+index 4c6a204..a8f5647 100644
+--- a/Source/WebKit2/Shared/API/c/WKString.h
++++ b/Source/WebKit2/Shared/API/c/WKString.h
@@ -28,6 +28,7 @@
#include <WebKit/WKBase.h>
@@ -27,7 +31,7 @@
#ifndef __cplusplus
#include <stdbool.h>
-@@ -39,7 +40,7 @@
+@@ -39,7 +40,7 @@ extern "C" {
#if !defined(WIN32) && !defined(_WIN32) \
&& !((defined(__CC_ARM) || defined(__ARMCC__)) && !defined(__linux__)) /* RVCT */