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

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: 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 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,
haraken 2014/06/17 11:28:05 Actually we should remove CallWith=Document. It's
] interface TestInterfaceEventTarget : EventTarget {
};

Powered by Google App Engine
This is Rietveld 408576698