mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Report CSS errors to script task for further processing.
This commit is contained in:
parent
3703e6d4f6
commit
e6d906dbbf
7 changed files with 41 additions and 15 deletions
|
@ -147,7 +147,7 @@ pub enum ConstellationControlMsg {
|
|||
/// Notifies a parent frame that one of its child frames is now active.
|
||||
FramedContentChanged(PipelineId, SubpageId),
|
||||
/// Report an error from a CSS parser for the given pipeline
|
||||
ReportCSSError(PipelineId, String, u32, u32, String),
|
||||
ReportCSSError(PipelineId, String, usize, usize, String),
|
||||
}
|
||||
|
||||
/// Used to determine if a script has any pending asynchronous activity.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue