mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Fix code generation for a null default value for nullable string arguments.
This commit is contained in:
parent
7bfb15ec62
commit
acffed2dcd
3 changed files with 3 additions and 4 deletions
|
@ -125,7 +125,7 @@ impl TestBinding {
|
|||
pub fn PassOptionalNullableUnsignedLongLongWithDefault(&self, _: Option<u64>) {}
|
||||
pub fn PassOptionalNullableFloatWithDefault(&self, _: Option<f32>) {}
|
||||
pub fn PassOptionalNullableDoubleWithDefault(&self, _: Option<f64>) {}
|
||||
// pub fn PassOptionalNullableStringWithDefault(&self, _: Option<DOMString>) {}
|
||||
pub fn PassOptionalNullableStringWithDefault(&self, _: Option<DOMString>) {}
|
||||
pub fn PassOptionalNullableInterfaceWithDefault(&self, _: Option<JS<Blob>>) {}
|
||||
pub fn PassOptionalAnyWithDefault(&self, _: *JSContext, _: JSVal) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue