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

Unified Diff: Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl

Issue 340763003: Change [ConstructorCallWith={Document => ExecutionContext}] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
index bc8a06bee84a75fc07fcaf32713d2ed59008e9e3..6d88ce541586b4fba0293084d403697177bc8889 100644
--- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
@@ -35,7 +35,7 @@
[Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
optional DOMString defaultNullStringOptionalstringArg = null,
optional DOMString optionalStringArg),
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
] interface TestInterfaceNamedConstructor {
// An attribute of type {interface_name}ConstructorConstructor is generated

Powered by Google App Engine
This is Rietveld 408576698