Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: tools/dom/templates/html/dartium/impl_Window.darttemplate

Issue 11887006: Changed @domName annotation in comment to full fledge @DomName annotation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Single quotes! Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/dom/templates/html/dartium/impl_Window.darttemplate
diff --git a/tools/dom/templates/html/dartium/impl_Window.darttemplate b/tools/dom/templates/html/dartium/impl_Window.darttemplate
index 286114d08cb09e742d337865a755151e8d2993cd..33b52ccbd4057247e6a27e440c442c86729972dd 100644
--- a/tools/dom/templates/html/dartium/impl_Window.darttemplate
+++ b/tools/dom/templates/html/dartium/impl_Window.darttemplate
@@ -4,7 +4,7 @@
part of html;
-/// @domName $DOMNAME
+@DomName('$DOMNAME')
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
/**

Powered by Google App Engine
This is Rietveld 408576698