mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1344 - (Parser: C++) Don't reset containsHyphen value after finding one
This commit is contained in:
parent
d9b7057ffd
commit
55100bb28e
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue