aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r--components/script_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index a8905de4821..c87ac5304c3 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -144,7 +144,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.