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