diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-03 12:26:37 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-03 12:26:37 +0000 |
commit | aa0fd3d68c856504646e1d7eb499bc890ef44101 (patch) | |
tree | 70066c56efbbfe430472baac892e32a3bab4f04f /layout/base/nsPresShell.cpp | |
parent | 1bf0734a7249eb0dc1a96d825e7310eb46cac6dc (diff) | |
download | uxp-aa0fd3d68c856504646e1d7eb499bc890ef44101.tar.gz |
Issue #1751 -- Remove XP_MACOSX conditionals from /layout
Diffstat (limited to 'layout/base/nsPresShell.cpp')
-rw-r--r-- | layout/base/nsPresShell.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index 87435f8cfa..37475d9595 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -8736,9 +8736,7 @@ PresShell::WillPaintWindow() return; } -#ifndef XP_MACOSX rootPresContext->ApplyPluginGeometryUpdates(); -#endif } void |