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

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

Issue 14416009: Drop in and sanitize optional declarations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/idlparser.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/idlrenderer.py
diff --git a/tools/dom/scripts/idlrenderer.py b/tools/dom/scripts/idlrenderer.py
index 2d25826c2943f780ec53e2e978e38250b5ebe5ce..7c5d6340adc70050fc0738d43b995f4af9c58754 100755
--- a/tools/dom/scripts/idlrenderer.py
+++ b/tools/dom/scripts/idlrenderer.py
@@ -177,7 +177,6 @@ def render(idl_node, indent_str=' '):
wln(';')
elif isinstance(node, IDLArgument):
wsp(node.ext_attrs)
- w('in ')
if (node.optional):
w('optional ')
w('%s %s' % (node.type.id, node.id))
« no previous file with comments | « tools/dom/scripts/idlparser.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698