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

Unified Diff: lib/src/js/template.dart

Issue 963063003: DDC fixes on DDC (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « lib/src/js/printer.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/js/template.dart
diff --git a/lib/src/js/template.dart b/lib/src/js/template.dart
index a4a5d11481e7d732e09cb9a96dbf6a477055f6cb..8c5c473db2bdb7d5a40fc11f86a6ff0168a3f983 100644
--- a/lib/src/js/template.dart
+++ b/lib/src/js/template.dart
@@ -125,7 +125,7 @@ class Template {
* trees. [arguments] is a List for positional templates, or Map for
* named templates.
*/
-typedef Node Instantiator(var arguments);
+typedef Instantiator(var arguments);
/**
« no previous file with comments | « lib/src/js/printer.dart ('k') | lib/src/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698