Index: sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate |
diff --git a/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate b/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate |
index 5542bf872f0b72cf0ba000b9694870d92e4c0010..0367cf3c7f2a1937e6054f954c0a1698936c71c7 100644 |
--- a/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate |
+++ b/sdk/lib/html/templates/html/dart2js/impl_LocalWindow.darttemplate |
@@ -4,6 +4,7 @@ |
part of html; |
+/// @domName $DOMNAME |
class $CLASSNAME$EXTENDS$IMPLEMENTS native "@*DOMWindow" { |
Document get document => JS('Document', '#.document', this); |