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

Unified Diff: bindings/tests/idls/core/TestInterfaceConstructor2.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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
Index: bindings/tests/idls/core/TestInterfaceConstructor2.idl
diff --git a/bindings/tests/idls/TestInterfaceConstructor2.idl b/bindings/tests/idls/core/TestInterfaceConstructor2.idl
similarity index 97%
rename from bindings/tests/idls/TestInterfaceConstructor2.idl
rename to bindings/tests/idls/core/TestInterfaceConstructor2.idl
index 10057de6dcce46770bf791f10f60f1fa9ba89864..209a00099d415db4b5702b97e171044dffb58cfe 100644
--- a/bindings/tests/idls/TestInterfaceConstructor2.idl
+++ b/bindings/tests/idls/core/TestInterfaceConstructor2.idl
@@ -40,6 +40,7 @@
// 2 constructors with same type length, to test overload resolution
Constructor(DOMString stringArg),
Constructor(Dictionary dictionaryArg),
+ Constructor(sequence<sequence<DOMString>> stringSequenceSequenceArg),
Constructor(
TestInterfaceEmpty testInterfaceEmptyArg,
long longArg,
« no previous file with comments | « bindings/tests/idls/core/TestInterfaceConstructor.idl ('k') | bindings/tests/idls/core/TestInterfaceConstructor3.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698