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

Unified Diff: pkg/polymer/example/canonicalization3/lib/a.dart

Issue 151893003: Use a transformer to initialize custom elements and call initMethod. This is the (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « pkg/polymer/example/canonicalization2/lib/b.dart ('k') | pkg/polymer/example/canonicalization3/lib/b.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/example/canonicalization3/lib/a.dart
diff --git a/pkg/polymer/example/canonicalization3/lib/a.dart b/pkg/polymer/example/canonicalization3/lib/a.dart
index 78426db67214373e8e60ef08a3cc33cf5cc762b4..dfbe3cae43697d624ce34f47d216e2f2010ccd94 100644
--- a/pkg/polymer/example/canonicalization3/lib/a.dart
+++ b/pkg/polymer/example/canonicalization3/lib/a.dart
@@ -9,7 +9,7 @@ import 'package:canonicalization/c.dart';
import 'd.dart';
int a = 0;
-@initMethod _init() {
+@initMethod initA() {
a++;
c++;
d++;
« no previous file with comments | « pkg/polymer/example/canonicalization2/lib/b.dart ('k') | pkg/polymer/example/canonicalization3/lib/b.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698