Chromium Code Reviews| 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..71c502d46c4ba14f723ac86a1b11d9f4e60dd6a2 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) => |