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.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/bindings/scripts/test/TestObj.idl b/WebCore/bindings/scripts/test/TestObj.idl
index 22ed680..c0d0e88 100644
--- a/WebCore/bindings/scripts/test/TestObj.idl
+++ b/WebCore/bindings/scripts/test/TestObj.idl
@@ -35,6 +35,8 @@ module test {
readonly attribute long readOnlyIntAttr;
readonly attribute DOMString readOnlyStringAttr;
readonly attribute TestObj readOnlyTestObjAttr;
+ attribute short shortAttr;
+ attribute unsigned short unsignedShortAttr;
attribute long intAttr;
attribute long long longLongAttr;
attribute unsigned long long unsignedLongLongAttr;
@@ -72,6 +74,7 @@ module test {
void serializedValue(in SerializedScriptValue serializedArg);
void idbKey(in IDBKey key);
+ void optionsObject(in OptionsObject oo, in [Optional] OptionsObject ooo);
// Exceptions
void methodWithException() raises(DOMException);