Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Sep 25, 2023
1 parent 6df93e9 commit d67f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/builtins/string/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ impl String {
let normalizers = {
#[cfg(not(feature = "intl"))]
{
static NORMALIZERS: StringNormalizers = StringNormalizers {
const NORMALIZERS: StringNormalizers = StringNormalizers {
nfc: ComposingNormalizer::new_nfc(),
nfkc: ComposingNormalizer::new_nfkc(),
nfd: DecomposingNormalizer::new_nfd(),
Expand Down

0 comments on commit d67f319

Please sign in to comment.