mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add message suffixes to stylo error reports. (bug 1381137)
This commit is contained in:
parent
4f0821192c
commit
d8fe376f09
2 changed files with 30 additions and 16 deletions
|
@ -2844,5 +2844,6 @@ extern "C" {
|
|||
source:
|
||||
*const ::std::os::raw::c_char,
|
||||
sourceLen: u32, lineNumber: u32,
|
||||
colNumber: u32, aURI: *mut nsIURI);
|
||||
colNumber: u32, aURI: *mut nsIURI,
|
||||
followup: *const ::std::os::raw::c_char);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue