| Index: Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
 | 
| diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
 | 
| index 3e89555cdfe840be62f4eef5ca8ef9e5c5f1733d..f75053ee637247d857474ddba8877593f6697291 100644
 | 
| --- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
 | 
| +++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
 | 
| @@ -33,7 +33,7 @@
 | 
|          [Default=Undefined] optional boolean defaultUndefinedOptionalBooleanArg,
 | 
|          [Default=Undefined] optional long defaultUndefinedOptionalLongArg,
 | 
|          [Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
 | 
| -        [Default=NullString] optional DOMString defaultNullStringOptionalstringArg,
 | 
| +        optional DOMString defaultNullStringOptionalstringArg = null,
 | 
|          optional DOMString optionalStringArg),
 | 
|      RaisesException=Constructor,
 | 
|  ] interface TestInterfaceNamedConstructor {
 | 
| 
 |