mirror of
https://github.com/servo/servo.git
synced 2025-10-05 19:19:25 +01:00
Make some DOM members private.
I have not reviewed if this is the complete set of members that can be made private.
This commit is contained in:
parent
9f915e9e42
commit
bba9e58df1
19 changed files with 61 additions and 61 deletions
|
@ -17,9 +17,9 @@ pub enum BlobType {
|
|||
|
||||
#[deriving(Encodable)]
|
||||
pub struct Blob {
|
||||
pub reflector_: Reflector,
|
||||
pub window: JS<Window>,
|
||||
pub type_: BlobType
|
||||
reflector_: Reflector,
|
||||
window: JS<Window>,
|
||||
type_: BlobType
|
||||
}
|
||||
|
||||
impl Blob {
|
||||
|
@ -58,4 +58,4 @@ impl FileDerived for Blob {
|
|||
_ => false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue