Index: Source/bindings/tests/idls/TestObject.idl |
diff --git a/Source/bindings/tests/idls/TestObject.idl b/Source/bindings/tests/idls/TestObject.idl |
index a694ca5302a7e109bad77b6b4e81607a8b388ad7..6c0d078b7299d69674e44de75759fb649c8c0e13 100644 |
--- a/Source/bindings/tests/idls/TestObject.idl |
+++ b/Source/bindings/tests/idls/TestObject.idl |
@@ -88,6 +88,7 @@ interface TestObject { |
attribute Date dateAttribute; |
attribute DOMString stringAttribute; |
attribute ByteString byteStringAttribute; |
+ attribute ScalarValueString scalarValueStringAttribute; |
attribute DOMTimeStamp domTimeStampAttribute; |
attribute boolean booleanAttribute; |
attribute byte byteAttribute; |
@@ -263,6 +264,7 @@ interface TestObject { |
Date dateMethod(); |
DOMString stringMethod(); |
ByteString byteStringMethod(); |
+ ScalarValueString scalarValueStringMethod(); |
DOMTimeStamp readonlyDOMTimeStampMethod(); |
boolean booleanMethod(); |
byte byteMethod(); |
@@ -279,6 +281,7 @@ interface TestObject { |
void voidMethodDateArg(Date dateArg); |
void voidMethodStringArg(DOMString stringArg); |
void voidMethodByteStringArg(ByteString stringArg); |
+ void voidMethodScalarValueStringArg(ScalarValueString scalarValueStringArg); |
void voidMethodDOMTimeStampArg(DOMTimeStamp domTimeStampArg); |
void voidMethodBooleanArg(boolean booleanArg); |
void voidMethodByteArg(byte byteArg); |