mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Simple privatizations
This commit is contained in:
parent
5b72087944
commit
acd98a73a4
36 changed files with 59 additions and 22 deletions
|
@ -62,9 +62,10 @@ impl DOMErrorName {
|
|||
|
||||
#[jstraceable]
|
||||
#[must_root]
|
||||
#[privatize]
|
||||
pub struct DOMException {
|
||||
pub code: DOMErrorName,
|
||||
pub reflector_: Reflector
|
||||
code: DOMErrorName,
|
||||
reflector_: Reflector
|
||||
}
|
||||
|
||||
impl DOMException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue