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

Unified Diff: tools/dom/scripts/htmldartgenerator.py

Issue 11874003: Adding supported checks and flags to window.performance. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback. 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
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmldartgenerator.py
diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py
index 48543a7a73c59f887ffd99dab0bb450ef4d895c9..26bda0c719bcc1d5d916c0737d54016d29d6952a 100644
--- a/tools/dom/scripts/htmldartgenerator.py
+++ b/tools/dom/scripts/htmldartgenerator.py
@@ -33,9 +33,7 @@ class HtmlDartGenerator(object):
if self.HasSupportCheck():
support_check = self.GetSupportCheck()
self._members_emitter.Emit('\n'
- ' /**\n'
- ' * Checks if this type is supported on the current platform\n'
- ' */\n'
+ ' /// Checks if this type is supported on the current platform.\n'
Emily Fortuna 2013/01/11 21:40:10 I know I suggested /** stuff */, but if you're goi
' static bool get supported => $SUPPORT_CHECK;\n',
SUPPORT_CHECK=support_check)
« no previous file with comments | « tools/dom/scripts/generator.py ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698