mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix incorrect indentation in nsCSSScanner::NextURL. (Bug 604179, patch 4) r=bzbarsky
This commit is contained in:
parent
7366e14023
commit
5602457863
@ -944,8 +944,8 @@ nsCSSScanner::NextURL(nsCSSToken& aToken)
|
||||
break;
|
||||
} else if (IsWhitespace(ch)) {
|
||||
// Whitespace is allowed at the end of the URL
|
||||
EatWhiteSpace();
|
||||
if (LookAhead(')')) {
|
||||
EatWhiteSpace();
|
||||
if (LookAhead(')')) {
|
||||
Pushback(')'); // leave the closing symbol
|
||||
// done!
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user