| Index: Source/bindings/tests/idls/TestObjectPython.idl
|
| diff --git a/Source/bindings/tests/idls/TestObjectPython.idl b/Source/bindings/tests/idls/TestObjectPython.idl
|
| index 21f37499d5018191b3303572a6a4794ae4a3706d..e7605a12b01253764f48c295566f1176e2af2652 100644
|
| --- a/Source/bindings/tests/idls/TestObjectPython.idl
|
| +++ b/Source/bindings/tests/idls/TestObjectPython.idl
|
| @@ -282,4 +282,7 @@ interface TestObjectPython {
|
| void voidMethodStringArgVariadicStringArg(DOMString stringArg, DOMString... variadicStringArgs);
|
| void voidMethodVariadicTestInterfaceEmptyArg(TestInterfaceEmpty... variadicTestInterfaceEmptyArgs);
|
| void voidMethodTestInterfaceEmptyArgVariadicTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg, TestInterfaceEmpty... variadicTestInterfaceEmptyArgs);
|
| +
|
| + // Extended attributes
|
| + void voidMethodClampUnsignedShortArgClampUnsignedLongArg([Clamp] unsigned short clampUnsignedShortArg, [Clamp] unsigned long clampUnsignedLongArg);
|
| };
|
|
|