| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 55d43887a3ec8edfa8e48e3fdfba71831444d699..5d70999a5789ab4f7677e3edf6dd72a70e71d5cb 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -503,6 +503,7 @@ interface TestObject {
|
| void voidMethodTreatNullAsEmptyStringStringArg([TreatNullAs=EmptyString] DOMString treatNullAsEmptyStringStringArg);
|
| void voidMethodTreatNullAsNullStringStringArg([TreatNullAs=NullString] DOMString treatNullAsNullStringStringArg);
|
| void voidMethodTreatNullAsNullStringTreatUndefinedAsNullStringStringArg([TreatNullAs=NullString, TreatUndefinedAs=NullString] DOMString treatNullAsNullStringStringArg);
|
| + void voidMethodTreadUndefinedAsNull(double firstArg, optional long secondArg, [Default=Undefined, TreatUndefinedAs=Null] optional double optionalDoubleArg);
|
|
|
| // Extended attributes for methods
|
| [LogActivity, LogAllWorlds] void activityLoggingAccessForAllWorldsMethod();
|
|
|