diff options
Diffstat (limited to 'components/style/servo.rs')
-rw-r--r-- | components/style/servo.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/servo.rs b/components/style/servo.rs index ec7044ad4a5..f5ce9d608b0 100644 --- a/components/style/servo.rs +++ b/components/style/servo.rs @@ -12,5 +12,4 @@ use stylesheets; pub type Stylesheet = stylesheets::Stylesheet<ServoSelectorImpl>; pub type PrivateStyleData = data::PrivateStyleData<ServoSelectorImpl, ServoComputedValues>; pub type Stylist = selector_matching::Stylist<ServoSelectorImpl>; -pub type StylistWrapper = context::StylistWrapper<ServoSelectorImpl>; pub type SharedStyleContext = context::SharedStyleContext<ServoSelectorImpl>; |