| 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 f203ced6fa84a6d626a914b045353e2deff9e3f9..f7664a2f92d80fe603ace003f405b63fdb0a9e9c 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -544,6 +544,7 @@ interface TestObject {
|
| [NotEnumerable] void notEnumerableVoidMethod();
|
| [PerWorldBindings] void perWorldBindingsVoidMethod();
|
| [PerWorldBindings] void perWorldBindingsVoidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| + [PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
|
| [LogActivity, LogAllWorlds, PerWorldBindings] void activityLoggingForAllWorldsPerWorldBindingsVoidMethod();
|
| [LogActivity, PerWorldBindings] void activityLoggingForIsolatedWorldsPerWorldBindingsVoidMethod();
|
| [RaisesException] void raisesExceptionVoidMethod();
|
|
|