mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add pipeline information to CSS error reporting.
This commit is contained in:
parent
6032f8225b
commit
fc81276c8e
27 changed files with 103 additions and 29 deletions
|
@ -25,8 +25,3 @@ extern crate util;
|
|||
pub mod values;
|
||||
pub mod viewport;
|
||||
|
||||
use cssparser::{Parser, SourcePosition};
|
||||
pub trait ParseErrorReporter {
|
||||
fn report_error(&self, input: &mut Parser, position: SourcePosition, message: &str);
|
||||
fn clone(&self) -> Box<ParseErrorReporter + Send + Sync>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue