Index: tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
diff --git a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
index bc4e47ecbbffac4b61ff7b5355da1468cc7b8268..428e3cf32e6d4ba376b09636c9cf5a11ffc3b890 100644 |
--- a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
+++ b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
@@ -5,8 +5,7 @@ |
// WARNING: Do not edit - generated code. |
part of html; |
- |
-/// @domName $DOMNAME |
+$ANNOTATIONS |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME(String type, Window view, int detail, int screenX, |
int screenY, int clientX, int clientY, int button, [bool canBubble = true, |