Rename PropertyBitField to LonghandIdSet

This commit is contained in:
Simon Sapin 2017-02-26 18:50:06 +01:00
parent c81ebca7df
commit 4ad844f7bd
4 changed files with 14 additions and 14 deletions

View file

@ -230,7 +230,7 @@
use cascade_info::CascadeInfo;
use error_reporting::ParseErrorReporter;
use properties::longhands;
use properties::PropertyBitField;
use properties::LonghandIdSet;
use properties::{ComputedValues, PropertyDeclaration};
use properties::style_structs;
use std::boxed::Box as StdBox;