Issue #1751 -- Remove XP_MACOSX conditionals from /dom

This commit is contained in:
Moonchild
2021-04-30 21:22:08 +00:00
parent 5e705bd505
commit 0dd3424f77
71 changed files with 109 additions and 5351 deletions
-6
View File
@@ -37,14 +37,8 @@ nsWindowRoot::nsWindowRoot(nsPIDOMWindowOuter* aWindow)
mWindow = aWindow;
MOZ_ASSERT(mWindow->IsOuterWindow());
// Keyboard indicators are not shown on Mac by default.
#if defined(XP_MACOSX)
mShowAccelerators = false;
mShowFocusRings = false;
#else
mShowAccelerators = true;
mShowFocusRings = true;
#endif
}
nsWindowRoot::~nsWindowRoot()