style: Use atom handles in favour of atom pointers in style system code.

Differential Revision: https://phabricator.services.mozilla.com/D15078
This commit is contained in:
Cameron McCormack 2019-01-07 07:54:46 +00:00 committed by Emilio Cobos Álvarez
parent 160842b8c1
commit 63fd707bd3
4 changed files with 82 additions and 94 deletions

View file

@ -32,10 +32,6 @@ extern crate atomic_refcell;
extern crate bitflags;
#[allow(unused_extern_crates)]
extern crate byteorder;
#[cfg(feature = "gecko")]
#[macro_use]
#[no_link]
extern crate cfg_if;
#[cfg(feature = "servo")]
extern crate crossbeam_channel;
#[macro_use]