summaryrefslogtreecommitdiff
path: root/nonprism/webkit2gtk/unhide-deprecated-api.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-06-08 16:47:06 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-06-16 17:06:19 -0400
commit70a84204e3443c648cfa8dabab23663361c69469 (patch)
tree99d078fa5a12f77cde7bc2325dc60622a4de9201 /nonprism/webkit2gtk/unhide-deprecated-api.patch
parent83d702f01d555da5aaab07564753c9e8259bc109 (diff)
downloadabslibre-70a84204e3443c648cfa8dabab23663361c69469.tar.gz
abslibre-70a84204e3443c648cfa8dabab23663361c69469.tar.bz2
abslibre-70a84204e3443c648cfa8dabab23663361c69469.zip
[webkitgtk]: upgrade to v2.36.3
Diffstat (limited to 'nonprism/webkit2gtk/unhide-deprecated-api.patch')
-rw-r--r--nonprism/webkit2gtk/unhide-deprecated-api.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/nonprism/webkit2gtk/unhide-deprecated-api.patch b/nonprism/webkit2gtk/unhide-deprecated-api.patch
deleted file mode 100644
index 1133632b2..000000000
--- a/nonprism/webkit2gtk/unhide-deprecated-api.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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