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

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

Issue 10384122: Fix a build. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/generator.py
diff --git a/lib/dom/scripts/generator.py b/lib/dom/scripts/generator.py
index 4c88ef2724901bdaf1f9f850992a96ada6960a8f..cb7adfdab98cca1ab7dfe672cec221e32620121f 100644
--- a/lib/dom/scripts/generator.py
+++ b/lib/dom/scripts/generator.py
@@ -150,7 +150,7 @@ class ParamInfo(object):
def __repr__(self):
content = 'name = %s, type_id = %s, dart_type = %s, default_value = %s' % (
- self.name, self.type_id, self.dart_type, self.default_value))
+ self.name, self.type_id, self.dart_type, self.default_value)
return '<ParamInfo(%s)>' % content
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698