| Index: sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate b/sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate
|
| index aa7288a3b5d890d6c89ebbdc34f2881cb5fc8b05..4ef6cb693df81eab6f298d3a2fc7f5fad9738ac5 100644
|
| --- a/sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate
|
| +++ b/sdk/lib/html/templates/html/interface/interface_EventTarget.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| part of html;
|
|
|
| -abstract class EventListenerList {
|
| +abstract class _IEventListenerList {
|
| EventListenerList add(EventListener handler, [bool useCapture]);
|
|
|
| EventListenerList remove(EventListener handler, [bool useCapture]);
|
| @@ -14,7 +14,7 @@ abstract class EventListenerList {
|
| bool dispatch(Event evt);
|
| }
|
|
|
| -abstract class Events {
|
| +abstract class _IEvents {
|
| EventListenerList operator [](String type);
|
| }
|
|
|
|
|