| 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 08b98562f1d75b006d66634cb9aade3f18c86726..ef342f8be659510b391dad661fb6247fe21bd21c 100644
|
| --- a/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| +++ b/third_party/WebCore/bindings/scripts/test/TestObj.idl
|
| @@ -46,22 +46,6 @@ module test {
|
| 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.
|
| attribute TestObj XMLObjAttr;
|
| @@ -217,6 +201,9 @@ module test {
|
| #if defined(TESTING_JS)
|
| void methodWithUnsignedLongArray(in unsigned long[] unsignedLongArray);
|
| #endif
|
| +#if defined(TESTING_V8) || defined(TESTING_JS)
|
| + DOMString[] stringArrayFunction(in DOMString[] values) raises(DOMException);
|
| +#endif
|
|
|
| readonly attribute [CheckSecurityForNode] Document contentDocument;
|
| [CheckSecurityForNode] SVGDocument getSVGDocument()
|
|
|