| 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 60f8fcce803fd42d3ba46a371eaf768bbd20956b..291e2512a92a9dc93a90a1546c86a3687576dd29 100644
|
| --- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate
|
| @@ -55,7 +55,7 @@ class Events {
|
| * Base class for all browser objects that support events.
|
| *
|
| * Use the [on] property to add, and remove events (rather than
|
| - * [$dom_addEventListener] and [$dom_removeEventListener]
|
| + * [_addEventListener] and [_removeEventListener]
|
| * for compile-time type checks and a more concise API.
|
| */
|
| $(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
|
|