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

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

Issue 10590003: Roll IDL to multivm@615 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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/README ('k') | third_party/WebCore/dom/DOMStringList.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 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()
« no previous file with comments | « third_party/WebCore/README ('k') | third_party/WebCore/dom/DOMStringList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698