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

Unified Diff: Source/bindings/tests/idls/TestInterfaceEventTarget.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/TestInterfaceEventTarget.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceEventTarget.idl b/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
index 742c6d7f62acc3dc6ba8b7a4dba1127ab4c14b1f..fc7fcd1cb6ce7a4acb8400ef5f1441f9c574a08f 100644
--- a/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
+++ b/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
@@ -30,6 +30,6 @@
[
NamedConstructor=Name(),
- ConstructorCallWith=Document,
+ ConstructorCallWith=ExecutionContext,
] interface TestInterfaceEventTarget : EventTarget {
};

Powered by Google App Engine
This is Rietveld 408576698