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 1630878110b9cb4978c19215865912a37fe98437..7631f739dd000cee0130680ee8db2b7af6951558 100644 |
--- a/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_EventTarget.darttemplate |
@@ -65,8 +65,7 @@ class ElementEvents extends 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] |
+ * Use the [on] property to add, and remove events |
* for compile-time type checks and a more concise API. |
*/ |
$(ANNOTATIONS)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |