From acffed2dcd93f26fc3dc5c81b03129ba40d27433 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 20 Mar 2014 22:51:31 +0100 Subject: Fix code generation for a null default value for nullable string arguments. --- src/components/script/dom/testbinding.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/dom/testbinding.rs') diff --git a/src/components/script/dom/testbinding.rs b/src/components/script/dom/testbinding.rs index 4dd9f190b03..8d7b4ce5c51 100644 --- a/src/components/script/dom/testbinding.rs +++ b/src/components/script/dom/testbinding.rs @@ -125,7 +125,7 @@ impl TestBinding { pub fn PassOptionalNullableUnsignedLongLongWithDefault(&self, _: Option) {} pub fn PassOptionalNullableFloatWithDefault(&self, _: Option) {} pub fn PassOptionalNullableDoubleWithDefault(&self, _: Option) {} - // pub fn PassOptionalNullableStringWithDefault(&self, _: Option) {} + pub fn PassOptionalNullableStringWithDefault(&self, _: Option) {} pub fn PassOptionalNullableInterfaceWithDefault(&self, _: Option>) {} pub fn PassOptionalAnyWithDefault(&self, _: *JSContext, _: JSVal) {} -- cgit v1.2.3