| Index: tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| index bce2318a863fafb72cfad21cd3ca22c753846747..60f8fcce803fd42d3ba46a371eaf768bbd20956b 100644
|
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -58,7 +58,7 @@ class Events {
|
| * [$dom_addEventListener] and [$dom_removeEventListener]
|
| * for compile-time type checks and a more concise API.
|
| */
|
| -$(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| +$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|
| /**
|
| * This is an ease-of-use accessor for event streams which should only be
|
|
|