Index: tools/dom/templates/html/impl/impl_Range.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Range.darttemplate b/tools/dom/templates/html/impl/impl_Range.darttemplate |
index 3bf47679807ddc4cced04d782162f0c4d36e0de6..e94acdae35ec5cd6a0ed1d7b4de812bb8f06c24b 100644 |
--- a/tools/dom/templates/html/impl/impl_Range.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Range.darttemplate |
@@ -5,8 +5,7 @@ |
// WARNING: Do not edit - generated code. |
part of $LIBRARYNAME; |
- |
-/// @domName $DOMNAME |
+$ANNOTATIONS |
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC { |
factory $CLASSNAME() => document.$dom_createRange(); |