mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make DOMJSClass use JSClass instead of Class (fixes #13031)
This commit is contained in:
parent
3b11c5ea2d
commit
0277cf9174
5 changed files with 19 additions and 19 deletions
|
@ -100,7 +100,7 @@ unsafe impl Sync for DOMClass {}
|
|||
#[derive(Copy)]
|
||||
pub struct DOMJSClass {
|
||||
/// The actual JSClass.
|
||||
pub base: js::jsapi::Class,
|
||||
pub base: js::jsapi::JSClass,
|
||||
/// Associated data for DOM object reflectors.
|
||||
pub dom_class: DOMClass,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue