mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix assertion text typo; no bug. rs=dholbert
This commit is contained in:
parent
799a4f89bf
commit
4ece4c94d3
@ -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!");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user