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..d9c6d3956aefe5c0ab1559c87b2e60059f10288c 100644 |
--- a/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
+++ b/tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate |
@@ -6,7 +6,7 @@ |
part of html; |
-/// @domName $DOMNAME |
+@DomName('$DOMNAME') |
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, |