| Index: Source/bindings/tests/idls/core/TestInterface.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestInterface.idl b/Source/bindings/tests/idls/core/TestInterface.idl
|
| index df17879b2538ca8f117a9d64992d51362fdd66f8..1b80595c022ebf0e327ce6ed17377692ce6fa1f5 100644
|
| --- a/Source/bindings/tests/idls/core/TestInterface.idl
|
| +++ b/Source/bindings/tests/idls/core/TestInterface.idl
|
| @@ -61,6 +61,7 @@
|
| attribute TestEnum testEnumAttribute;
|
| attribute DOMStringOrDouble stringOrDoubleAttribute;
|
| static attribute DOMString staticStringAttribute;
|
| + static attribute TestInterface staticReturnDOMWrapperAttribute;
|
| [LegacyInterfaceTypeChecking] attribute TestInterfaceEmpty legacyInterfaceTypeCheckingAttribute;
|
|
|
| void voidMethodTestInterfaceEmptyArg(TestInterfaceEmpty testInterfaceEmptyArg);
|
| @@ -90,6 +91,7 @@
|
| static void alwaysExposedStaticMethod();
|
| [Exposed=Worker] static void workerExposedStaticMethod();
|
| [Exposed=Window] static void windowExposedStaticMethod();
|
| + static TestInterface staticReturnDOMWrapperMethod();
|
|
|
| attribute long alwaysExposedAttribute;
|
| [Exposed=Worker] attribute long workerExposedAttribute;
|
|
|