mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Bug 487188 - PRExpectEndValue is a typo for PEExpectEndValue. r=dbaron
This commit is contained in:
parent
128acb4c3b
commit
3d4a36cc9d
@ -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…
x
Reference in New Issue
Block a user