Bug 944259 - initialize variable to quelch compiler warning. r=dbaron

This commit is contained in:
Josh Aas 2013-12-06 12:47:46 +09:00
parent d86d36438d
commit ffae3661e6

View File

@ -728,7 +728,7 @@ nsCSSBorderRenderer::DrawBorderSides(int aSides)
return;
}
uint8_t borderRenderStyle;
uint8_t borderRenderStyle = NS_STYLE_BORDER_STYLE_NONE;
nscolor borderRenderColor;
const nsBorderColors *compositeColors = nullptr;