| Index: Source/bindings/tests/idls/modules/TestPartialInterface3.idl
|
| diff --git a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
|
| index 9e851575f222ada6062a76a6a1370b091bddb04f..67b000964c8ca529e2dea8000555979a66ecd9fe 100644
|
| --- a/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
|
| +++ b/Source/bindings/tests/idls/modules/TestPartialInterface3.idl
|
| @@ -44,4 +44,6 @@
|
| void partial2VoidMethod(Node node);
|
| void partialVoidTestEnumModulesArgMethod(TestEnumModules arg);
|
| static void partial2StaticVoidMethod(DOMString value);
|
| +
|
| + [Unscopeable] void unscopeableVoidMethod();
|
| };
|
|
|