mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 826411 - Remove obsolete comment about compiler-specific workaround. r=mats
This commit is contained in:
parent
b29e1a3379
commit
1b8ff9a1c0
@ -2164,11 +2164,6 @@ static void HandleScrollPref(nsIScrollable *aScrollable, int32_t aOrientation,
|
||||
nsGfxScrollFrameInner::ScrollbarStyles
|
||||
nsGfxScrollFrameInner::GetScrollbarStylesFromFrame() const
|
||||
{
|
||||
// XXX EVIL COMPILER BUG BE CAREFUL WHEN CHANGING THIS METHOD
|
||||
// There's bugs in the Android compiler :(
|
||||
// It was first worked around in bug 642205, then it failed
|
||||
// on armv6 (bug 790624) *in a different way*.
|
||||
|
||||
nsPresContext* presContext = mOuter->PresContext();
|
||||
if (!presContext->IsDynamic() &&
|
||||
!(mIsRoot && presContext->HasPaginatedScrolling())) {
|
||||
|
Loading…
Reference in New Issue
Block a user