mirror of
https://github.com/servo/servo.git
synced 2025-10-18 17:29:18 +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
|
@ -16,8 +16,8 @@ use serialize::{Encoder, Encodable};
|
|||
|
||||
#[deriving(Encodable)]
|
||||
pub struct Location {
|
||||
pub reflector_: Reflector, //XXXjdm cycle: window->Location->window
|
||||
pub page: Rc<Page>,
|
||||
reflector_: Reflector, //XXXjdm cycle: window->Location->window
|
||||
page: Rc<Page>,
|
||||
}
|
||||
|
||||
impl Location {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue