Attempt to fix WS 5.0 bustage.
git-svn-id: svn://10.0.0.236/trunk@111459 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e87b893851
commit
9fffba3f2b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user