mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Implement support for default values for enumeration arguments.
This commit is contained in:
parent
d53841b016
commit
4d20d1716d
3 changed files with 7 additions and 7 deletions
|
@ -120,7 +120,7 @@ impl TestBinding {
|
|||
pub fn PassOptionalLongLongWithDefault(&self, _: i64) {}
|
||||
pub fn PassOptionalUnsignedLongLongWithDefault(&self, _: u64) {}
|
||||
pub fn PassOptionalStringWithDefault(&self, _: DOMString) {}
|
||||
// pub fn PassOptionalEnumWithDefault(&self, _: TestEnum) {}
|
||||
pub fn PassOptionalEnumWithDefault(&self, _: TestEnum) {}
|
||||
|
||||
pub fn PassOptionalNullableBooleanWithDefault(&self, _: Option<bool>) {}
|
||||
pub fn PassOptionalNullableByteWithDefault(&self, _: Option<i8>) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue