Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: third_party/WebCore/bindings/scripts/test/TestObj.idl

Issue 10211003: Roll IDL to multivm@439 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestCallback.idl ('k') | third_party/WebCore/html/ImageData.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestCallback.idl ('k') | third_party/WebCore/html/ImageData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698