mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Simple privatizations
This commit is contained in:
parent
5b72087944
commit
acd98a73a4
36 changed files with 59 additions and 22 deletions
|
@ -33,6 +33,7 @@ untraceable!(TrustedWorkerAddress)
|
|||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
pub struct Worker {
|
||||
eventtarget: EventTarget,
|
||||
refcount: Cell<uint>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue