зеркало из https://github.com/mozilla/gecko-dev.git
Fix windows bustage. b=241304
This commit is contained in:
Родитель
b93c5da550
Коммит
937fee0a01
|
@ -657,7 +657,8 @@ nsGfxScrollFrame::GetScrollbarStyles() const
|
|||
PRUint8 overflow;
|
||||
if (GetParent() && GetParent()->GetType() == nsLayoutAtoms::viewportFrame &&
|
||||
// Make sure we're actually the root scrollframe
|
||||
GetParent()->GetFirstChild(nsnull) == this) {
|
||||
GetParent()->GetFirstChild(nsnull) ==
|
||||
NS_STATIC_CAST(const nsIFrame*, this)) {
|
||||
overflow = GetPresContext()->GetViewportOverflowOverride();
|
||||
} else {
|
||||
overflow = GetStyleDisplay()->mOverflow;
|
||||
|
|
|
@ -657,7 +657,8 @@ nsGfxScrollFrame::GetScrollbarStyles() const
|
|||
PRUint8 overflow;
|
||||
if (GetParent() && GetParent()->GetType() == nsLayoutAtoms::viewportFrame &&
|
||||
// Make sure we're actually the root scrollframe
|
||||
GetParent()->GetFirstChild(nsnull) == this) {
|
||||
GetParent()->GetFirstChild(nsnull) ==
|
||||
NS_STATIC_CAST(const nsIFrame*, this)) {
|
||||
overflow = GetPresContext()->GetViewportOverflowOverride();
|
||||
} else {
|
||||
overflow = GetStyleDisplay()->mOverflow;
|
||||
|
|
Загрузка…
Ссылка в новой задаче