mirror of
https://github.com/servo/servo.git
synced 2025-10-09 04:59:23 +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
|
@ -18,8 +18,8 @@ use std::cell::Cell;
|
|||
#[deriving(Encodable)]
|
||||
pub struct UIEvent {
|
||||
pub event: Event,
|
||||
pub view: Cell<Option<JS<Window>>>,
|
||||
pub detail: Traceable<Cell<i32>>
|
||||
view: Cell<Option<JS<Window>>>,
|
||||
detail: Traceable<Cell<i32>>
|
||||
}
|
||||
|
||||
impl UIEventDerived for Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue