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

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

Issue 741783003: Bindings: Support [ConstructorCallWith=ScriptState] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
index f82e44c6d97deea14d02b90a881c6e7301f3c20a..8c495da7354822d86474f571f3d731f191dc4bf3 100644
--- a/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/core/TestInterfaceConstructor.idl
@@ -43,7 +43,7 @@
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 {

Powered by Google App Engine
This is Rietveld 408576698