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..aa686f58c7d759496e90e74703e5fed1b7b8921f 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, |