Index: tools/dom/templates/html/dart2js/impl_URL.darttemplate |
diff --git a/tools/dom/templates/html/dart2js/impl_URL.darttemplate b/tools/dom/templates/html/dart2js/impl_URL.darttemplate |
index beb55ece69af76e5ddf81ea05c076c278f1e460e..5d9af1ad1dd74af6f52cf752d9423532ace28263 100644 |
--- a/tools/dom/templates/html/dart2js/impl_URL.darttemplate |
+++ b/tools/dom/templates/html/dart2js/impl_URL.darttemplate |
@@ -4,7 +4,7 @@ |
part of html; |
-/// @domName $DOMNAME |
+@DomName("$DOMNAME") |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
static String createObjectUrl(blob_OR_source_OR_stream) => |