bug 646561 - pass correct length to PropertyProvider in bidi case. r=roc

This commit is contained in:
Jonathan Kew 2011-03-31 09:47:01 +01:00
Родитель bece6a0872
Коммит 720a73f507
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6073,7 +6073,7 @@ nsTextFrame::AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
PRBool hyphenating = frag->GetLength() > 0 &&
(mTextRun->GetFlags() & gfxTextRunFactory::TEXT_ENABLE_HYPHEN_BREAKS) != 0;
if (hyphenating) {
len = frag->GetLength() - iter.GetOriginalOffset();
len = GetInFlowContentLength() - iter.GetOriginalOffset();
#ifdef DEBUG
// check that the length we're going to pass to PropertyProvider matches
// the expected range of text in the run