summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-09-02 19:29:43 +0000
committerMoonchild <moonchild@palemoon.org>2022-09-02 19:29:43 +0000
commit74124f150b7167b69f0f4ae6657489c5db556ad3 (patch)
treed1954e5cc29052abbbab1bb49c20a7e882c56e50 /config
parent4078c2dd1e3798a283594b84de68b3ded1e69898 (diff)
downloaduxp-74124f150b7167b69f0f4ae6657489c5db556ad3.tar.gz
Issue #1999 - Switch to the unorm2 API for String.normalize()
Resolves #1999
Diffstat (limited to 'config')
-rw-r--r--config/check_spidermonkey_style.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py
index eb272a81c6..cb9e2418f2 100644
--- a/config/check_spidermonkey_style.py
+++ b/config/check_spidermonkey_style.py
@@ -89,7 +89,7 @@ included_inclnames_to_ignore = set([
'unicode/udisplaycontext.h',# ICU
'unicode/uenum.h', # ICU
'unicode/uniset.h', # ICU
- 'unicode/unorm.h', # ICU
+ 'unicode/unorm2.h', # ICU
'unicode/unum.h', # ICU
'unicode/unumsys.h', # ICU
'unicode/upluralrules.h', # ICU