| Index: Source/bindings/tests/idls/TestObj.idl
|
| diff --git a/Source/bindings/tests/idls/TestObj.idl b/Source/bindings/tests/idls/TestObj.idl
|
| index 9d4ae4e3d31eca3ec95505181ba672991764559c..ce593fbfc2f153915d100d32f435017827143655 100644
|
| --- a/Source/bindings/tests/idls/TestObj.idl
|
| +++ b/Source/bindings/tests/idls/TestObj.idl
|
| @@ -235,7 +235,7 @@ enum TestEnumType { "", "EnumValue1", "EnumValue2", "EnumValue3" };
|
| [ImplementedAs=blueberry] attribute long strawberry;
|
|
|
| [StrictTypeChecking] attribute float strictFloat;
|
| - [StrictTypeChecking, RaisesException] bool strictFunction(DOMString str, float a, long b);
|
| + [StrictTypeChecking, RaisesException] boolean strictFunction(DOMString str, float a, long b);
|
|
|
| // ObjectiveC reserved words.
|
| readonly attribute long description;
|
|
|