import from UXP: Issue #1344 - (Parser: C++) Don't reset containsHyphen value after finding one (55100bb2)

This commit is contained in:
2023-02-27 13:03:05 +08:00
parent 36bbce92cb
commit 2b0e3dd679
-1
View File
@@ -599,7 +599,6 @@ nsHtml5Tokenizer::stateLoop(int32_t state, char16_t c, int32_t pos, char16_t* bu
containsHyphen = true;
}
appendStrBuf(c);
containsHyphen = false;
continue;
}
}