summaryrefslogtreecommitdiff
path: root/nonprism/webkit2gtk/unhide-deprecated-api.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2021-04-18 11:32:09 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2021-04-25 13:26:15 -0400
commit987ec19aa8ca3dcc91882bf8ce52c86070d39597 (patch)
tree7b6fe0f3935b1f5a4118a283d4d850ab81da48c6 /nonprism/webkit2gtk/unhide-deprecated-api.patch
parent04c332d29f362070a883baa3eab40df4a6f701d3 (diff)
downloadabslibre-987ec19aa8ca3dcc91882bf8ce52c86070d39597.tar.gz
abslibre-987ec19aa8ca3dcc91882bf8ce52c86070d39597.tar.bz2
abslibre-987ec19aa8ca3dcc91882bf8ce52c86070d39597.zip
[webkit2gtk]: upgrade to v2.32.0
Diffstat (limited to 'nonprism/webkit2gtk/unhide-deprecated-api.patch')
-rw-r--r--nonprism/webkit2gtk/unhide-deprecated-api.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/webkit2gtk/unhide-deprecated-api.patch b/nonprism/webkit2gtk/unhide-deprecated-api.patch
new file mode 100644
index 000000000..1133632b2
--- /dev/null
+++ b/nonprism/webkit2gtk/unhide-deprecated-api.patch
@@ -0,0 +1,12 @@
+diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
+index 6fa104c82992..8c8640c3dee7 100644
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -113,7 +113,6 @@
+
+ /* FIXME: This does not belong in Platform.h and should instead be included in another mechanism (compiler option, prefix header, config.h, etc) */
+ /* ICU configuration. Some of these match ICU defaults on some platforms, but we would like them consistently set everywhere we build WebKit. */
+-#define U_HIDE_DEPRECATED_API 1
+ #define U_SHOW_CPLUSPLUS_API 0
+ #ifdef __cplusplus
+ #define UCHAR_TYPE char16_t