diff options
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 09aeef32785..159fe3c5549 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -151,6 +151,8 @@ pub enum ConstellationControlMsg { /// The pipeline that contains a frame loading the target pipeline. parent: PipelineId }, + /// Report an error from a CSS parser for the given pipeline + ReportCSSError(PipelineId, String, usize, usize, String), } /// The type of input represented by a multi-touch event. |