| Index: client/html/release/htmlimpl.dart
|
| diff --git a/client/html/release/htmlimpl.dart b/client/html/release/htmlimpl.dart
|
| index e8aa7cb44db06f7df5c3858b60248440f8415f72..d0ec8df6e6e21ddda8546810b10c816a5b86a7c8 100644
|
| --- a/client/html/release/htmlimpl.dart
|
| +++ b/client/html/release/htmlimpl.dart
|
| @@ -23182,9 +23182,7 @@ class EventsImplementation implements Events {
|
| Map<String, EventListenerList> _listenerMap;
|
|
|
| EventsImplementation._wrap(this._ptr) {
|
| - // TODO(sigmund): the key type (String) yields a warning in frog and the vm,
|
| - // but it is currently necessary to compile with dartc.
|
| - _listenerMap = <String, EventListenerList>{};
|
| + _listenerMap = <EventListenerList>{};
|
| }
|
|
|
| EventListenerList operator [](String type) {
|
|
|