mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Rename PropertyBitField to LonghandIdSet
This commit is contained in:
parent
c81ebca7df
commit
4ad844f7bd
4 changed files with 14 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue