зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944259 - initialize variable to quelch compiler warning. r=dbaron
This commit is contained in:
Родитель
dc434fe6a9
Коммит
ac47f5ced9
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче