зеркало из https://github.com/mozilla/pjs.git
Always init mMaxElementSize (bug 4836) - just in case
This commit is contained in:
Родитель
b08b9a5803
Коммит
88856b870e
|
@ -42,7 +42,8 @@ nsBlockReflowContext::nsBlockReflowContext(nsIPresContext& aPresContext,
|
||||||
PRBool aComputeMaxElementSize)
|
PRBool aComputeMaxElementSize)
|
||||||
: mPresContext(aPresContext),
|
: mPresContext(aPresContext),
|
||||||
mOuterReflowState(aParentRS),
|
mOuterReflowState(aParentRS),
|
||||||
mMetrics(aComputeMaxElementSize ? &mMaxElementSize : nsnull)
|
mMetrics(aComputeMaxElementSize ? &mMaxElementSize : nsnull),
|
||||||
|
mMaxElementSize(0, 0)
|
||||||
{
|
{
|
||||||
mStyleSpacing = nsnull;
|
mStyleSpacing = nsnull;
|
||||||
}
|
}
|
||||||
|
|
|
@ -42,7 +42,8 @@ nsBlockReflowContext::nsBlockReflowContext(nsIPresContext& aPresContext,
|
||||||
PRBool aComputeMaxElementSize)
|
PRBool aComputeMaxElementSize)
|
||||||
: mPresContext(aPresContext),
|
: mPresContext(aPresContext),
|
||||||
mOuterReflowState(aParentRS),
|
mOuterReflowState(aParentRS),
|
||||||
mMetrics(aComputeMaxElementSize ? &mMaxElementSize : nsnull)
|
mMetrics(aComputeMaxElementSize ? &mMaxElementSize : nsnull),
|
||||||
|
mMaxElementSize(0, 0)
|
||||||
{
|
{
|
||||||
mStyleSpacing = nsnull;
|
mStyleSpacing = nsnull;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче