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

Unified Diff: bindings/tests/idls/TestInterfaceConstructor.idl

Issue 581453002: Dartium Roll 38 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Sync'd w/ r 182210 Created 6 years, 3 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/TestInterfaceConstructor.idl
diff --git a/bindings/tests/idls/TestInterfaceConstructor.idl b/bindings/tests/idls/TestInterfaceConstructor.idl
index 102754eae02d025f42721719ee37bb80d02c3beb..f82e44c6d97deea14d02b90a881c6e7301f3c20a 100644
--- a/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -40,7 +40,10 @@
sequence<Dictionary> sequenceDictionaryArg,
optional Dictionary optionalDictionaryArg,
[Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
- ConstructorCallWith=ExecutionContext&Document,
+ Constructor(DOMString arg, optional DOMString optArg),
+ Constructor(DOMString arg, DOMString arg2, DOMString arg3),
+ NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
+ ConstructorCallWith=(ExecutionContext,Document),
MeasureAs=TestFeature,
RaisesException=Constructor,
] interface TestInterfaceConstructor {
« no previous file with comments | « bindings/tests/idls/TestInterfaceCheckSecurity.idl ('k') | bindings/tests/idls/TestInterfaceConstructor4.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698