mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
parent
c064c4950d
commit
d678b20616
4 changed files with 54 additions and 16 deletions
|
@ -93,6 +93,9 @@ pub struct DOMClass {
|
|||
|
||||
/// The HeapSizeOf function wrapper for that interface.
|
||||
pub heap_size_of: unsafe fn(*const c_void) -> usize,
|
||||
|
||||
/// The `Globals` flag for this global interface, if any.
|
||||
pub global: InterfaceObjectMap::Globals,
|
||||
}
|
||||
unsafe impl Sync for DOMClass {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue