| Index: Source/bindings/tests/idls/TestInterfacePython.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterfacePython.idl b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| index 308e0ab7535947f87fcc973f1556c5740d88e0d2..217c08c914df64f288d04e3534ef2b84f62e64f3 100644
|
| --- a/Source/bindings/tests/idls/TestInterfacePython.idl
|
| +++ b/Source/bindings/tests/idls/TestInterfacePython.idl
|
| @@ -34,7 +34,7 @@
|
| Custom=LegacyCallAsFunction|ToV8,
|
| ImplementedAs=TestInterfacePythonImplementation,
|
| RuntimeEnabled=FeatureName,
|
| - SetWrapperReferenceTo(ReferencedType referencedName),
|
| + SetWrapperReferenceTo(TestObjectPython referencedName),
|
| StrictTypeChecking,
|
| ] interface TestInterfacePython : TestInterfaceEmpty {
|
| // members needed to test [ImplementedAs], as this affect attribute
|
|
|