Merge pull request #2727 from Ms2ger/dom-pub

Make some DOM members private.
This commit is contained in:
Josh Matthews 2014-07-02 14:42:47 -04:00
commit 27ed2ea8cf
19 changed files with 61 additions and 61 deletions

View file

@ -16,8 +16,8 @@ use url::query_to_str;
#[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 {