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

Unified Diff: Source/bindings/tests/idls/TestInterfaceConstructor.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/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
index 102754eae02d025f42721719ee37bb80d02c3beb..6f16c7a1a771a3e64a98dadfb156f184d82d8c70 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -40,7 +40,7 @@
sequence<Dictionary> sequenceDictionaryArg,
optional Dictionary optionalDictionaryArg,
[Default=Undefined] optional TestInterfaceEmpty optionalTestInterfaceEmptyArg),
- ConstructorCallWith=ExecutionContext&Document,
+ ConstructorCallWith=ExecutionContext,
MeasureAs=TestFeature,
RaisesException=Constructor,
] interface TestInterfaceConstructor {

Powered by Google App Engine
This is Rietveld 408576698