Fix for bug 181576. Some how the line mNextStream = nsnull which was part of the patch for bug 110729 but was actually present it the tree get removed when I checked in the fix for bug 110729!

git-svn-id: svn://10.0.0.236/trunk@134361 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ducarroz%netscape.com
2002-11-23 06:01:41 +00:00
parent dd588cc9d5
commit 9a097a8886

View File

@@ -986,6 +986,7 @@ PluginListener::PluginListener(PluginViewerImpl* aViewer)
NS_INIT_ISUPPORTS();
mViewer = aViewer;
NS_ADDREF(aViewer);
mNextStream = nsnull;
}
PluginListener::~PluginListener()