зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1232596 - initialize variable changed = false, flagged by Coverity. r=dbaron
This commit is contained in:
Родитель
9cf016e410
Коммит
0daf3a2e34
|
@ -6432,7 +6432,7 @@ CSSParserImpl::ParseDeclarationBlock(uint32_t aFlags, nsCSSContextType aContext)
|
||||||
RefPtr<css::Declaration> declaration = new css::Declaration();
|
RefPtr<css::Declaration> declaration = new css::Declaration();
|
||||||
mData.AssertInitialState();
|
mData.AssertInitialState();
|
||||||
for (;;) {
|
for (;;) {
|
||||||
bool changed;
|
bool changed = false;
|
||||||
if (!ParseDeclaration(declaration, aFlags, true, &changed, aContext)) {
|
if (!ParseDeclaration(declaration, aFlags, true, &changed, aContext)) {
|
||||||
if (!SkipDeclaration(checkForBraces)) {
|
if (!SkipDeclaration(checkForBraces)) {
|
||||||
break;
|
break;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче