mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
style: Store the Rust QuotePair slice as the computed quotes value in Gecko style structs.
Depends on D10651 Differential Revision: https://phabricator.services.mozilla.com/D10652
This commit is contained in:
parent
acf7b65f36
commit
de5584c1f6
4 changed files with 24 additions and 31 deletions
|
@ -9,7 +9,6 @@ pub use values::specified::list::ListStyleType;
|
|||
pub use values::specified::list::{QuotePair, Quotes};
|
||||
|
||||
use servo_arc::Arc;
|
||||
use values::specified::list::QuotePair;
|
||||
|
||||
lazy_static! {
|
||||
static ref INITIAL_QUOTES: Arc<Box<[QuotePair]>> = Arc::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue