Try fixing bug 288064 again. r=biesi, sr=dbaron

This commit is contained in:
bzbarsky@mit.edu
2005-10-17 00:50:39 +00:00
parent afd48f97eb
commit 11ff0cc60b
9 changed files with 34 additions and 9 deletions

View File

@@ -522,7 +522,7 @@ nsObjectLoadingContent::ObjectState() const
{
switch (mType) {
case eType_Loading:
return 0;
return NS_EVENT_STATE_LOADING;
case eType_Image:
return ImageState();
case eType_Plugin: