mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 1279814 - Update mIsoRunLast index when handling PDI. r=xidorn
This commit is contained in:
parent
47f0d2bc81
commit
a4f0cbcda7
@ -653,7 +653,8 @@ nsBidi::BracketData::ProcessLRI_RLI(nsBidiLevel aLevel)
|
||||
void
|
||||
nsBidi::BracketData::ProcessPDI()
|
||||
{
|
||||
mIsoRuns[mIsoRunLast].lastBase = O_N;
|
||||
MOZ_ASSERT(mIsoRunLast > 0);
|
||||
mIsoRuns[--mIsoRunLast].lastBase = O_N;
|
||||
}
|
||||
|
||||
/* newly found opening bracket: create an openings entry */
|
||||
|
Loading…
x
Reference in New Issue
Block a user