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

Unified Diff: lib/dom/scripts/systemhtml.py

Issue 10910017: Remove local change that also got comitted in revert. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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 | « no previous file | utils/apidoc/html_diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/systemhtml.py
===================================================================
--- lib/dom/scripts/systemhtml.py (revision 11656)
+++ lib/dom/scripts/systemhtml.py (working copy)
@@ -554,8 +554,7 @@
ID=typename,
EXTENDS=extends_str)
- # TODO(efortuna): Are there domMembers here also?
- self._type_comment_emitter.Emit("/// @domTypes $DOMNAME",
+ self._type_comment_emitter.Emit("/// @domName $DOMNAME",
DOMNAME=self._interface.doc_js_name)
if self._backend.HasImplementation():
« no previous file with comments | « no previous file | utils/apidoc/html_diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698