backout Bug 363089
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user