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

Unified Diff: Source/bindings/templates/interface.cpp

Issue 99323009: IDL compiler: [Constructor] argument types (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix formatting Created 7 years 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/templates/interface.cpp
diff --git a/Source/bindings/templates/interface.cpp b/Source/bindings/templates/interface.cpp
index f0d5616708ad20b443fc3dadc23edbe5fba6bb08..db4866a2e6e89e065a3159d2339e880af14d6538 100644
--- a/Source/bindings/templates/interface.cpp
+++ b/Source/bindings/templates/interface.cpp
@@ -129,7 +129,7 @@ static void {{cpp_class}}OriginSafeMethodSetterCallback(v8::Local<v8::String> na
{##############################################################################}
-{% from 'methods.cpp' import generate_argument %}
+{% from 'methods.cpp' import generate_argument with context %}
haraken 2013/12/12 09:10:27 What is this change?
Nils Barth (inactive) 2013/12/12 09:34:12 |generate_argument| needs |interface_name| when th
{% block constructor %}
{% if has_constructor %}
{# FIXME: support overloading #}

Powered by Google App Engine
This is Rietveld 408576698