| Index: Source/bindings/tests/idls/core/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
|
| similarity index 98%
|
| rename from Source/bindings/tests/idls/TestInterface.idl
|
| rename to Source/bindings/tests/idls/core/TestInterface.idl
|
| index e0bcaad59a997d0dbf350d89397a4085a260dff9..135c6f8536fa1e88b00d5409a253f8132fcb9577 100644
|
| --- a/Source/bindings/tests/idls/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl
|
| @@ -88,6 +88,9 @@
|
| [Exposed=Window] attribute long windowExposedAttribute;
|
|
|
| [Exposed=(Window,ServiceWorker)] void windowAndServiceWorkerExposedMethod();
|
| +
|
| + void voidMethodPartailOverload();
|
| + static void voidMethodPartailOverload();
|
| };
|
|
|
| TestInterface implements TestImplements;
|
|
|