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

Unified Diff: client/html/src/EventTargetWrappingImplementation.dart

Issue 8849001: frog: use type annotation in map and list literals (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 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: client/html/src/EventTargetWrappingImplementation.dart
diff --git a/client/html/src/EventTargetWrappingImplementation.dart b/client/html/src/EventTargetWrappingImplementation.dart
index 654bc69fceb79a192ed67ba368ef0ab422056c33..fcc9708f651e5f0d61842787cb8232b631ff55a8 100644
--- a/client/html/src/EventTargetWrappingImplementation.dart
+++ b/client/html/src/EventTargetWrappingImplementation.dart
@@ -9,7 +9,7 @@ class EventsImplementation implements Events {
Map<String, EventListenerList> _listenerMap;
EventsImplementation._wrap(this._ptr) {
- _listenerMap = <String, EventListenerList>{};
+ _listenerMap = <EventListenerList>{};
}
EventListenerList operator [](String type) {
« no previous file with comments | « client/html/release/htmlimpl.dart ('k') | frog/gen.dart » ('j') | frog/gen.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698