mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1232596 - initialize variable changed = false, flagged by Coverity. r=dbaron
This commit is contained in:
parent
e0946ac595
commit
080d7cd3af
@ -6432,7 +6432,7 @@ CSSParserImpl::ParseDeclarationBlock(uint32_t aFlags, nsCSSContextType aContext)
|
||||
RefPtr<css::Declaration> declaration = new css::Declaration();
|
||||
mData.AssertInitialState();
|
||||
for (;;) {
|
||||
bool changed;
|
||||
bool changed = false;
|
||||
if (!ParseDeclaration(declaration, aFlags, true, &changed, aContext)) {
|
||||
if (!SkipDeclaration(checkForBraces)) {
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user