Bug 539720. Initialize cachedNewlineOffset. r=bz

--HG--
extra : rebase_source : 09b3b720d054061b7879225c747f8565a8e3ba20
This commit is contained in:
Robert O'Callahan 2010-02-02 12:17:17 +13:00
Родитель 70ea1d87f1
Коммит f87b8e47f2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6126,7 +6126,7 @@ nsTextFrame::Reflow(nsPresContext* aPresContext,
// Restrict preformatted text to the nearest newline
PRInt32 newLineOffset = -1; // this will be -1 or a content offset
// Pointer to the nsGkAtoms::newline set on this frame's element
NewlineProperty* cachedNewlineOffset;
NewlineProperty* cachedNewlineOffset = nsnull;
if (textStyle->NewlineIsSignificant()) {
cachedNewlineOffset =
static_cast<NewlineProperty*>(mContent->GetProperty(nsGkAtoms::newline));