mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Bug 1057674 - Unget the token when parsing the filter property expects a function but doesn't find one. r=dbaron
This commit is contained in:
parent
dfc4c053b1
commit
0318c98055
@ -13781,6 +13781,7 @@ CSSParserImpl::ParseSingleFilter(nsCSSValue* aValue)
|
||||
|
||||
if (mToken.mType != eCSSToken_Function) {
|
||||
REPORT_UNEXPECTED_TOKEN(PEExpectedNoneOrURLOrFilterFunction);
|
||||
UngetToken();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user