| Index: Source/bindings/tests/idls/TestInterface2.idl
|
| diff --git a/Source/bindings/tests/idls/TestInterface2.idl b/Source/bindings/tests/idls/TestInterface2.idl
|
| index 8027826413eb5e2539e7d2c8f9aa9bac513ee80c..a941db67b3a0a13accb88af64ba105291fa99c5c 100644
|
| --- a/Source/bindings/tests/idls/TestInterface2.idl
|
| +++ b/Source/bindings/tests/idls/TestInterface2.idl
|
| @@ -38,7 +38,7 @@
|
| Custom=Wrap, // Conflicts with and [Custom=ToV8], respectively
|
| DependentLifetime, // Covered by [ActiveDOMObject]
|
| SetWrapperReferenceFrom=ownerNode, // Conflicts with [SetWrapperReferenceTo]
|
| - SpecialWrapFor=TestInterface|TestInterfaceEmpty, // Conflicts with [Custom=ToV8]
|
| + SpecialWrapFor=(TestInterface,TestInterfaceEmpty), // Conflicts with [Custom=ToV8]
|
| ] interface TestInterface2 {
|
| // Indexed property operations with an identifier
|
| [RaisesException] getter TestInterfaceEmpty item(unsigned long index);
|
|
|