mirror of
https://github.com/servo/servo.git
synced 2025-10-13 15:00:28 +01:00
auto merge of #2611 : Ms2ger/servo/webidl-parser-sync, r=jdm
This commit is contained in:
commit
0ff6a45709
12 changed files with 1239 additions and 286 deletions
|
@ -191,7 +191,7 @@ pub trait TestBindingMethods {
|
|||
fn PassOptionalInterface(&self, _: Option<JSRef<Blob>>) {}
|
||||
fn PassOptionalUnion(&self, _: Option<HTMLElementOrLong>) {}
|
||||
fn PassOptionalUnion2(&self, _: Option<EventOrString>) {}
|
||||
fn PassOptionalAny(&self, _: *mut JSContext, _: Option<JSVal>) {}
|
||||
fn PassOptionalAny(&self, _: *mut JSContext, _: JSVal) {}
|
||||
|
||||
fn PassOptionalNullableBoolean(&self, _: Option<Option<bool>>) {}
|
||||
fn PassOptionalNullableByte(&self, _: Option<Option<i8>>) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue