diff --git a/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp b/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp index 5b2ca4962be..8b7a34e79f9 100644 --- a/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginNativeWindowWin.cpp @@ -181,7 +181,7 @@ DelayedPopupsEnabledEvent_Handle(PLEvent *event) nsIPluginInstanceInternal *instInternal = (nsIPluginInstanceInternal *)event->owner; - instInternal->PushPopupsEnabledState(); + instInternal->PushPopupsEnabledState(PR_FALSE); return nsnull; }