| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 920966c09f853f6764599f4a6bb14b08c16672bd..77d96181c142d2cf6ab13d6c89ba8116194ceadf 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -481,6 +481,11 @@ interface TestObject {
|
| [NotEnumerable, ReadOnly] void notEnumerableReadOnlyVoidMethod();
|
| [RuntimeEnabled=FeatureName] void runtimeEnabledVoidMethod();
|
| [PerWorldBindings, RuntimeEnabled=FeatureName] void perWorldBindingsRuntimeEnabledVoidMethod();
|
| + [RuntimeEnabled=FeatureName] void runtimeEnabledOverloadedVoidMethod(DOMString stringArg);
|
| + [RuntimeEnabled=FeatureName] void runtimeEnabledOverloadedVoidMethod(long longArg);
|
| + [RuntimeEnabled=FeatureName1] void partiallyRuntimeEnabledOverloadedVoidMethod(DOMString stringArg);
|
| + [RuntimeEnabled=FeatureName2] void partiallyRuntimeEnabledOverloadedVoidMethod(TestInterface testInterface);
|
| + void partiallyRuntimeEnabledOverloadedVoidMethod(long longArg);
|
| [TreatReturnedNullStringAs=Null] DOMString treatReturnedNullStringAsNullStringMethod();
|
| [TreatReturnedNullStringAs=Undefined] DOMString treatReturnedNullStringAsUndefinedStringMethod();
|
| [TypeChecking=Interface] void typeCheckingInterfaceVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
|
|