| Index: Source/bindings/tests/idls/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl
|
| index 1b332249a3cb94a57ff2d2f4b3590ce391a0db00..ad01ea3ca10b66726cdc973e279a1b839e533d65 100644
|
| --- a/Source/bindings/tests/idls/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/TestObject.idl
|
| @@ -320,3 +320,7 @@ callback TestCallbackFunction = void (TestEnumType formal1, TestObject formal2);
|
|
|
| [DeprecateAs=Constant] const unsigned short DEPRECATED_CONSTANT = 1;
|
| };
|
| +
|
| +// The following comment should not generate any code
|
| +// TestObject implements TestImplements;
|
| +
|
|
|