зеркало из https://github.com/mozilla/pjs.git
Attempt to fix WS 5.0 bustage.
This commit is contained in:
Родитель
69ba13e5bd
Коммит
43c59bc5a8
|
@ -7003,7 +7003,7 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
|
|||
// do it now, when constructing frames. See bug 115291.
|
||||
{
|
||||
const nsStyleVisibility *vis;
|
||||
GetStyleData(styleContext, &vis);
|
||||
GetStyleData(styleContext.get(), &vis);
|
||||
}
|
||||
|
||||
nsIFrame* lastChild = aFrameItems.lastChild;
|
||||
|
|
|
@ -7003,7 +7003,7 @@ nsCSSFrameConstructor::ConstructFrameInternal( nsIPresShell* aPresShe
|
|||
// do it now, when constructing frames. See bug 115291.
|
||||
{
|
||||
const nsStyleVisibility *vis;
|
||||
GetStyleData(styleContext, &vis);
|
||||
GetStyleData(styleContext.get(), &vis);
|
||||
}
|
||||
|
||||
nsIFrame* lastChild = aFrameItems.lastChild;
|
||||
|
|
Загрузка…
Ссылка в новой задаче