Make sure that <applet> with no code falls back and that fallback notifies as

needed.  Bug 311674, r=biesi, sr=peterv
This commit is contained in:
bzbarsky@mit.edu
2005-10-10 12:28:21 +00:00
parent 0c68039147
commit 08214bf325
2 changed files with 10 additions and 3 deletions

View File

@@ -845,7 +845,7 @@ nsObjectLoadingContent::GetCapabilities() const
void
nsObjectLoadingContent::Fallback(PRBool aNotify)
{
AutoNotifier(this, aNotify);
AutoNotifier notifier(this, aNotify);
UnloadContent();
}