mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671
This commit is contained in:
parent
d1a1ac7e28
commit
85f746f9b9
6 changed files with 26 additions and 26 deletions
|
@ -29,7 +29,7 @@ use std::cell::Cell;
|
|||
use std::ptr;
|
||||
|
||||
pub struct TrustedWorkerAddress(pub *const c_void);
|
||||
untraceable!(TrustedWorkerAddress)
|
||||
no_jsmanaged_fields!(TrustedWorkerAddress)
|
||||
|
||||
#[dom_struct]
|
||||
pub struct Worker {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue