Bug 1239251 - Initialize mCommonAncestorWithLastFrame with nullptr in constructor BuildTextRunsScanner. r=roc

This commit is contained in:
Bogdan Postelnicu 2016-01-14 10:49:15 +02:00
Родитель a152a34ff2
Коммит 83ca10cf0a
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -869,6 +869,7 @@ public:
mCurrentFramesAllSameTextRun(nullptr),
mDrawTarget(aDrawTarget),
mLineContainer(aLineContainer),
mCommonAncestorWithLastFrame(nullptr),
mMissingFonts(aPresContext->MissingFontRecorder()),
mBidiEnabled(aPresContext->BidiEnabled()),
mSkipIncompleteTextRuns(false),