| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 107f6aa0d0ae74f59da586e63462f1cbc697143a..cb2e339e3523bcbf3c97f1c2b7743b3c11a8b6cb 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -42,7 +42,6 @@ interface TestObject {
|
| const unsigned short CONST_VALUE_4 = 4;
|
| const unsigned short CONST_VALUE_8 = 8;
|
| const short CONST_VALUE_9 = -1;
|
| - const DOMString CONST_VALUE_10 = "my constant string";
|
| const unsigned short CONST_VALUE_11 = 0xffffffff;
|
| const unsigned short CONST_VALUE_12 = 0x01;
|
| const unsigned short CONST_VALUE_13 = 0X20;
|
|
|