Bug 1246106 - pass aStyleBorder as reference to ComputeBorderOverflow. r=mats

This commit is contained in:
Bogdan Postelnicu 2016-02-08 03:32:00 +01:00
parent a1bd353482
commit f322e3ac40

View File

@ -226,7 +226,7 @@ ApplyBorderToStyle(const nsMathMLmtdFrame* aFrame,
}
static nsMargin
ComputeBorderOverflow(nsMathMLmtdFrame* aFrame, nsStyleBorder aStyleBorder)
ComputeBorderOverflow(nsMathMLmtdFrame* aFrame, const nsStyleBorder& aStyleBorder)
{
nsMargin overflow;
int32_t rowIndex;