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

needed.  Bug 311674, r=biesi, sr=peterv


git-svn-id: svn://10.0.0.236/trunk@181899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2005-10-10 12:28:21 +00:00
parent ad48735342
commit 8a2c2a30b8
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();
}