summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/scripts/test/TestObj.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/scripts/test/TestObj.idl')
-rw-r--r--WebCore/bindings/scripts/test/TestObj.idl6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/bindings/scripts/test/TestObj.idl b/WebCore/bindings/scripts/test/TestObj.idl
index f9d41d7..a5daa24 100644
--- a/WebCore/bindings/scripts/test/TestObj.idl
+++ b/WebCore/bindings/scripts/test/TestObj.idl
@@ -136,5 +136,11 @@ module test {
const unsigned short CONST_VALUE_2 = 2;
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;
+ const unsigned short CONST_VALUE_14 = 0x1abc;
};
}