Bug 595132 - Don't trap and send context menu events destined for the browser to plugins. r=masayuki, a=final

This commit is contained in:
Jim Mathies 2010-12-02 10:52:10 -06:00
parent f498f89577
commit 6a562d0ae0

View File

@ -4438,7 +4438,6 @@ nsWindow::ProcessMessageForPlugin(const MSG &aMsg,
case WM_DEADCHAR:
case WM_SYSDEADCHAR:
case WM_CONTEXTMENU:
case WM_CUT:
case WM_COPY: