mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-05 15:59:45 +00: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
40259ec87e
commit
300c3f465e
@ -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