mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 22:13:05 +00:00
Issue #1751 -- Remove XP_MACOSX conditionals from /dom
This commit is contained in:
@@ -599,9 +599,6 @@ HTMLImageElement::IsHTMLFocusable(bool aWithMouse,
|
||||
}
|
||||
|
||||
*aIsFocusable =
|
||||
#ifdef XP_MACOSX
|
||||
(!aWithMouse || nsFocusManager::sMouseFocusesFormControl) &&
|
||||
#endif
|
||||
(tabIndex >= 0 || HasAttr(kNameSpaceID_None, nsGkAtoms::tabindex));
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user