зеркало из https://github.com/mozilla/gecko-dev.git
Fix assertion text typo; no bug. rs=dholbert
This commit is contained in:
Родитель
98cdad98f5
Коммит
c4f4658d47
|
@ -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!");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче