mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory alignment differences
This commit is contained in:
parent
48fdda3f07
commit
593e89086f
6 changed files with 39 additions and 0 deletions
|
@ -93,6 +93,7 @@ pub mod wrapper;
|
|||
// For unit tests:
|
||||
pub use fragment::Fragment;
|
||||
pub use fragment::SpecificFragmentInfo;
|
||||
pub use self::data::PersistentLayoutData;
|
||||
|
||||
/// Returns whether the two arguments point to the same value.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue