mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Move EventTargetTypeId/NodeTypeId to DOMClass
This commit is contained in:
parent
8d7ba12f28
commit
941f7dc04b
24 changed files with 149 additions and 74 deletions
|
@ -19,8 +19,7 @@ pub struct XMLHttpRequestUpload {
|
|||
impl XMLHttpRequestUpload {
|
||||
fn new_inherited() -> XMLHttpRequestUpload {
|
||||
XMLHttpRequestUpload {
|
||||
eventtarget: XMLHttpRequestEventTarget::new_inherited(
|
||||
XMLHttpRequestEventTargetTypeId::XMLHttpRequestUpload)
|
||||
eventtarget: XMLHttpRequestEventTarget::new_inherited(),
|
||||
}
|
||||
}
|
||||
pub fn new(global: GlobalRef) -> Root<XMLHttpRequestUpload> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue