*** empty log message ***

This commit is contained in:
av%netscape.com 1999-06-13 06:06:12 +00:00
parent 7eab79e8e3
commit c507c2c8b3
2 changed files with 2 additions and 0 deletions

View File

@ -2474,6 +2474,7 @@ void nsPluginInstanceOwner::Paint(const nsRect& aDirtyRect)
pluginEvent.lParam = nsnull;
PRBool eventHandled = PR_FALSE;
mInstance->HandleEvent(&pluginEvent, &eventHandled);
ReleasePluginPort(pluginPort);
#endif
}

View File

@ -2474,6 +2474,7 @@ void nsPluginInstanceOwner::Paint(const nsRect& aDirtyRect)
pluginEvent.lParam = nsnull;
PRBool eventHandled = PR_FALSE;
mInstance->HandleEvent(&pluginEvent, &eventHandled);
ReleasePluginPort(pluginPort);
#endif
}