1
0
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:
Moonchild
2021-04-30 21:22:08 +00:00
committed by roytam1
parent 434b3269fb
commit d29e4f8306
71 changed files with 100 additions and 5342 deletions
-3
View File
@@ -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;