mirror of
https://github.com/servo/servo.git
synced 2025-08-24 06:45:33 +01:00
Fix binding generation for overloaded functions with optionals and default values
This commit is contained in:
parent
33fa728d6e
commit
2974dae431
6 changed files with 14 additions and 7 deletions
|
@ -51,7 +51,6 @@ hyper = "0.10"
|
|||
hyper_serde = "0.7"
|
||||
image = "0.16"
|
||||
ipc-channel = "0.9"
|
||||
mozjs = { version = "0.1.7", features = ["promises"]}
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
lazy_static = "0.2"
|
||||
libc = "0.2"
|
||||
|
@ -62,6 +61,7 @@ metrics = {path = "../metrics"}
|
|||
mitochondria = "1.1.2"
|
||||
mime = "0.2.1"
|
||||
mime_guess = "1.8.0"
|
||||
mozjs = { version = "0.1.8", features = ["promises"]}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
nonzero = {path = "../nonzero"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue