зеркало из https://github.com/mozilla/gecko-dev.git
fixed a comment
This commit is contained in:
Родитель
00631d2c5e
Коммит
b7d0e76c3a
|
@ -133,7 +133,8 @@ nsIFrame* nsAbsoluteFrame::GetContainingBlock() const
|
||||||
}
|
}
|
||||||
|
|
||||||
if (nsnull == result) {
|
if (nsnull == result) {
|
||||||
// Walk back down the tree until we find a frame that supports nsIAnchoredItems
|
// Walk back down the tree until we find a frame that supports
|
||||||
|
// nsIAbsoluteItems
|
||||||
// XXX This is pretty yucky, but there isn't currently a better way to do
|
// XXX This is pretty yucky, but there isn't currently a better way to do
|
||||||
// this...
|
// this...
|
||||||
lastFrame->FirstChild(result);
|
lastFrame->FirstChild(result);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче