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:
@@ -845,7 +845,7 @@ nsObjectLoadingContent::GetCapabilities() const
|
||||
void
|
||||
nsObjectLoadingContent::Fallback(PRBool aNotify)
|
||||
{
|
||||
AutoNotifier(this, aNotify);
|
||||
AutoNotifier notifier(this, aNotify);
|
||||
|
||||
UnloadContent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user