1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #1344 - (Parser: C++) Don't reset containsHyphen value after finding one

This commit is contained in:
FranklinDM
2023-02-26 16:00:51 +08:00
committed by roytam1
parent d9b7057ffd
commit 55100bb28e
-1
View File
@@ -598,7 +598,6 @@ nsHtml5Tokenizer::stateLoop(int32_t state, char16_t c, int32_t pos, char16_t* bu
containsHyphen = true;
}
appendStrBuf(c);
containsHyphen = false;
continue;
}
}