mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
This commit splits the style and layout data in two separate refcells. These transmutes have been a source of trouble (for example on Android), and they feel like a hack anyway. Fixes #16982