| Index: trunk/Source/bindings/tests/idls/TestImplements2.idl
|
| ===================================================================
|
| --- trunk/Source/bindings/tests/idls/TestImplements2.idl (revision 170423)
|
| +++ trunk/Source/bindings/tests/idls/TestImplements2.idl (working copy)
|
| @@ -29,8 +29,8 @@
|
| */
|
|
|
| [
|
| - ImplementedAs=TestImplements2Implementation, // Conflicts with default implements class name
|
| - NoInterfaceObject,
|
| + ImplementedAs=TestImplements2Implementation, // Conflicts with default implements class name
|
| + NoInterfaceObject, // Always used on target of 'implements'
|
| RuntimeEnabled=Implements2FeatureName,
|
| ] interface TestImplements2 {
|
| static attribute DOMString implements2StaticStringAttribute;
|
|
|