diff --git a/mozilla/modules/plugin/base/src/nsPluginViewer.cpp b/mozilla/modules/plugin/base/src/nsPluginViewer.cpp index ba8a3b8d6cf..07d61d65d58 100644 --- a/mozilla/modules/plugin/base/src/nsPluginViewer.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginViewer.cpp @@ -1295,7 +1295,6 @@ nsEventStatus pluginInstanceOwner::ProcessEvent(const nsGUIEvent& anEvent) //if (mWidget != NULL) { // check for null mWidget EventRecord* event = (EventRecord*)anEvent.nativeMsg; if (event == NULL || event->what == nullEvent || - anEvent.message == NS_KEY_PRESS || anEvent.message == NS_CONTEXTMENU_MESSAGE_START) { EventRecord macEvent; GUItoMacEvent(anEvent, macEvent);