mirror of
https://github.com/servo/servo.git
synced 2025-07-24 07:40:27 +01:00
Auto merge of #8972 - GauriGNaik:expose-css-errors-1, r=jdm
M1501: CSS Error Reporting: Final Steps Last Part <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8972) <!-- Reviewable:end -->
This commit is contained in:
commit
a5a7a8318c
7 changed files with 46 additions and 12 deletions
|
@ -145,7 +145,7 @@ pub enum ConstellationControlMsg {
|
|||
parent: PipelineId
|
||||
},
|
||||
/// Report an error from a CSS parser for the given pipeline
|
||||
ReportCSSError(PipelineId, String, usize, usize, String),
|
||||
ReportCSSError(PipelineId, String, u32, u32, String),
|
||||
}
|
||||
|
||||
/// The type of input represented by a multi-touch event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue