fix build bustage

This commit is contained in:
pavlov@netscape.com
2000-05-17 03:24:43 +00:00
parent 3c33931a7a
commit d264c0090b
2 changed files with 2 additions and 2 deletions

View File

@@ -2263,7 +2263,7 @@ NS_IMETHODIMP_(void) nsPluginInstanceOwner::Notify(nsITimer* /* timer */)
void nsPluginInstanceOwner::CancelTimer()
{
if (mPluginTimer != NULL) {
if (mPluginTimer) {
mPluginTimer->Cancel();
}
}

View File

@@ -2263,7 +2263,7 @@ NS_IMETHODIMP_(void) nsPluginInstanceOwner::Notify(nsITimer* /* timer */)
void nsPluginInstanceOwner::CancelTimer()
{
if (mPluginTimer != NULL) {
if (mPluginTimer) {
mPluginTimer->Cancel();
}
}