mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Bonus: Make Reflector::object private.
This commit is contained in:
parent
1c7d191e49
commit
1a2896a3f3
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ pub fn reflect_dom_object<T: Reflectable>
|
||||||
#[allow(raw_pointer_deriving)]
|
#[allow(raw_pointer_deriving)]
|
||||||
#[deriving(Eq)]
|
#[deriving(Eq)]
|
||||||
pub struct Reflector {
|
pub struct Reflector {
|
||||||
pub object: *mut JSObject,
|
object: *mut JSObject,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Reflector {
|
impl Reflector {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue