Removing a redeclaration of a variable that sould've been removed with the last change to this file. Bug 181644, r=bzbarsky@mit.edu, sr=dbaron@dbaron.org, a=dbaron@dbaron.org
This commit is contained in:
@@ -876,8 +876,6 @@ nsHTMLReflowState::CalculateHypotheticalBox(nsIPresContext* aPresContext,
|
|||||||
// the placeholder
|
// the placeholder
|
||||||
aHypotheticalBox.mTop = lineBox->mBounds.YMost();
|
aHypotheticalBox.mTop = lineBox->mBounds.YMost();
|
||||||
} else {
|
} else {
|
||||||
nsPoint placeholderOffset;
|
|
||||||
|
|
||||||
// Just use the placeholder's y-offset
|
// Just use the placeholder's y-offset
|
||||||
aHypotheticalBox.mTop = placeholderOffset.y;
|
aHypotheticalBox.mTop = placeholderOffset.y;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -876,8 +876,6 @@ nsHTMLReflowState::CalculateHypotheticalBox(nsIPresContext* aPresContext,
|
|||||||
// the placeholder
|
// the placeholder
|
||||||
aHypotheticalBox.mTop = lineBox->mBounds.YMost();
|
aHypotheticalBox.mTop = lineBox->mBounds.YMost();
|
||||||
} else {
|
} else {
|
||||||
nsPoint placeholderOffset;
|
|
||||||
|
|
||||||
// Just use the placeholder's y-offset
|
// Just use the placeholder's y-offset
|
||||||
aHypotheticalBox.mTop = placeholderOffset.y;
|
aHypotheticalBox.mTop = placeholderOffset.y;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user