mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Remove spammy warning announcing that we haven't fixed bug 455338. (Bug 611686) r=bzbarsky a2.0=DEBUG-only
This commit is contained in:
parent
3c42da9c90
commit
4b3171070f
@ -5560,10 +5560,9 @@ nsCSSFrameConstructor::GetAbsoluteContainingBlock(nsIFrame* aFrame)
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
if (!containingBlock)
|
||||
NS_WARNING("Positioned frame that does not handle positioned kids; looking further up the parent chain");
|
||||
#endif
|
||||
// We sometimes have a null containing block here because we
|
||||
// haven't yet fixed bug 455338. Once we fix that we shouldn't
|
||||
// have to loop here.
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user