mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Changes for spidermomkey upgrade.
This commit is contained in:
parent
f1bb3dcad0
commit
bd77a4043c
16 changed files with 245 additions and 186 deletions
|
@ -105,7 +105,6 @@ impl InterfaceConstructorBehavior {
|
|||
finalize: None,
|
||||
call: Some(invalid_constructor),
|
||||
construct: Some(invalid_constructor),
|
||||
hasInstance: None, // heycam/webidl#356
|
||||
trace: None,
|
||||
})
|
||||
}
|
||||
|
@ -122,7 +121,6 @@ impl InterfaceConstructorBehavior {
|
|||
finalize: None,
|
||||
call: Some(non_new_constructor),
|
||||
construct: Some(hook),
|
||||
hasInstance: None, // heycam/webidl#356
|
||||
trace: None,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue