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

Unified Diff: frog/leg/scanner/listener.dart

Issue 9211005: Support static/global field initializations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 4 space indent. Created 8 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
Index: frog/leg/scanner/listener.dart
diff --git a/frog/leg/scanner/listener.dart b/frog/leg/scanner/listener.dart
index 9acf8d5051eac000e760bbd1e3109a88329b4e78..df0e07e61cddce820ddf6815cca18434f49ea9d1 100644
--- a/frog/leg/scanner/listener.dart
+++ b/frog/leg/scanner/listener.dart
@@ -541,12 +541,6 @@ class ElementListener extends Listener {
}
}
- void endInitializer(Token assignmentOperator) {
- // TODO(floitsch): Remove this method.
- canceler.cancel("field initializers are not implemented",
- token: assignmentOperator);
- }
-
void handleIdentifier(Token token) {
pushNode(new Identifier(token));
}

Powered by Google App Engine
This is Rietveld 408576698