| Index: third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| diff --git a/third_party/WebCore/bindings/scripts/test/TestObj.idl b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| index ed849ad891a3a113aa0758d02479c6f45eda39c3..488c99ab8d19de5d53d50ef34c51e3aa95067088 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| @@ -45,7 +45,22 @@ module test {
|
| attribute unsigned long long unsignedLongLongAttr;
|
| attribute DOMString stringAttr;
|
| attribute TestObj testObjAttr;
|
| +
|
| + // Sequence Attributes
|
| attribute sequence<ScriptProfile> sequenceAttr;
|
| + attribute sequence<int> intSequenceAttr;
|
| + attribute sequence<short> shortSequenceAttr;
|
| + attribute sequence<long> longSequenceAttr;
|
| + attribute sequence<long long> longLongSequenceAttr;
|
| + attribute sequence<unsigned int> unsignedIntSequenceAttr;
|
| + attribute sequence<unsigned short> unsignedShortSequenceAttr;
|
| + attribute sequence<unsigned long> unsignedLongSequenceAttr;
|
| + attribute sequence<unsigned long long> unsignedLongLongSequenceAttr;
|
| + attribute sequence<float> floatSequenceAttr;
|
| + attribute sequence<double> doubleSequenceAttr;
|
| + attribute sequence<boolean> booleanSequenceAttr;
|
| + attribute sequence<void> voidSequenceAttr;
|
| + attribute sequence<Date> dateSequenceAttr;
|
|
|
| JS, V8
|
| // WK_ucfirst, WK_lcfirst exceptional cases.
|
|
|