mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 487188 - PRExpectEndValue is a typo for PEExpectEndValue. r=dbaron
This commit is contained in:
parent
ca8f9d0b93
commit
9cbbaf5999
@ -1332,7 +1332,7 @@ CSSParserImpl::ExpectEndProperty()
|
||||
return PR_TRUE;
|
||||
|
||||
// If we're here, we read something incorrect, so we should report it.
|
||||
REPORT_UNEXPECTED_TOKEN(PRExpectEndValue);
|
||||
REPORT_UNEXPECTED_TOKEN(PEExpectEndValue);
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user