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

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

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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/TestInterfaceConstructor.idl
diff --git a/bindings/tests/idls/core/TestInterfaceConstructor.idl b/bindings/tests/idls/core/TestInterfaceConstructor.idl
index f82e44c6d97deea14d02b90a881c6e7301f3c20a..29878aefdab7b08e24ba24a03e7903747bd71254 100644
--- a/bindings/tests/idls/core/TestInterfaceConstructor.idl
+++ b/bindings/tests/idls/core/TestInterfaceConstructor.idl
@@ -38,12 +38,13 @@
Dictionary dictionaryArg,
sequence<DOMString> sequenceStringArg,
sequence<Dictionary> sequenceDictionaryArg,
+ sequence<(long or TestDictionary)> sequenceLongOrTestDictionaryArg,
optional Dictionary optionalDictionaryArg,
[Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
Constructor(DOMString arg, optional DOMString optArg),
Constructor(DOMString arg, DOMString arg2, DOMString arg3),
NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
- ConstructorCallWith=(ExecutionContext,Document),
+ ConstructorCallWith=(ScriptState,ExecutionContext,Document),
MeasureAs=TestFeature,
RaisesException=Constructor,
] interface TestInterfaceConstructor {
« no previous file with comments | « bindings/tests/idls/core/TestInterfaceCheckSecurity.idl ('k') | bindings/tests/idls/core/TestInterfaceConstructor4.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698