Chromium Code Reviews| Index: lib/dom/templates/html/dartium/impl_EventTarget.darttemplate |
| diff --git a/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate b/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate |
| index 7040ac95a9a10d185818dbc8656ffc13e10950aa..8eb8ed7022ecf01b97a30a77cde3d6e04fee1dd2 100644 |
| --- a/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate |
| +++ b/lib/dom/templates/html/dartium/impl_EventTarget.darttemplate |
| @@ -104,13 +104,7 @@ class _EventListenerListImpl implements EventListenerList { |
| } |
| class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
| - |
| - Events _on; |
| - |
| - Events get on() { |
| - if (_on == null) _on = new _EventsImpl(this); |
| - return _on; |
| - } |
| - |
| +/* |
|
Anton Muhin
2012/05/30 00:18:47
wow, maybe just remove?
podivilov
2012/05/30 16:02:55
It would break the generation because of $!MEMBERS
|
| $!MEMBERS |
| +*/ |
| } |