bug 646983 - set the correct text length for the PropertyProvider. r=roc

This commit is contained in:
Jonathan Kew 2011-04-08 11:18:47 -07:00
Родитель be86b37444
Коммит 1c17cb53b6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6042,7 +6042,7 @@ nsTextFrame::AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
PRBool hyphenating = frag->GetLength() > 0 &&
(mTextRun->GetFlags() & gfxTextRunFactory::TEXT_ENABLE_HYPHEN_BREAKS) != 0;
if (hyphenating) {
len = GetInFlowContentLength() - iter.GetOriginalOffset();
len = GetContentOffset() + 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