backout Bug 363089

This commit is contained in:
2007-05-11 06:34:05 -07:00
parent cb40323c68
commit 0f958609c2
122 changed files with 734 additions and 652 deletions

View File

@@ -1786,7 +1786,7 @@ nsMenuPopupFrame::InstallKeyboardNavigator()
if (mKeyboardNavigator)
return NS_OK;
nsCOMPtr<nsIDOMEventTarget> target = do_QueryInterface(mContent->GetDocument());
nsCOMPtr<nsIDOMEventReceiver> target = do_QueryInterface(mContent->GetDocument());
mTarget = target;
mKeyboardNavigator = new nsMenuListener(this);