Fix assertion text typo; no bug. rs=dholbert

This commit is contained in:
Cameron McCormack 2013-09-20 11:24:04 +10:00
Родитель 98cdad98f5
Коммит c4f4658d47
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2573,7 +2573,7 @@ nsStyleContentData::TrackImage(nsPresContext* aContext)
// Sanity
NS_ABORT_IF_FALSE(!mImageTracked, "Already tracking image!");
NS_ABORT_IF_FALSE(mType == eStyleContentType_Image,
"Tryingto do image tracking on non-image!");
"Trying to do image tracking on non-image!");
NS_ABORT_IF_FALSE(mContent.mImage,
"Can't track image when there isn't one!");