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

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

Issue 340443004: IDL: reuse more code between CG for methods and constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename scriptContext -> executionContext 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
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterfaceEventTarget.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceEventTarget.idl b/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
index eee3665a631cb33d4e9d3ae9de989cfa8e639ee5..742c6d7f62acc3dc6ba8b7a4dba1127ab4c14b1f 100644
--- a/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
+++ b/Source/bindings/tests/idls/TestInterfaceEventTarget.idl
@@ -30,5 +30,6 @@
[
NamedConstructor=Name(),
+ ConstructorCallWith=Document,
] interface TestInterfaceEventTarget : EventTarget {
};
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698