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

@ -29,7 +29,6 @@ arrayvec = "0.4.6"
atomic_refcell = "0.1"
bitflags = "1.0"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.25"
crossbeam-channel = { version = "0.3", optional = true }
new_debug_unreachable = "1.0"