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

Unified Diff: client/dom/scripts/dartgenerator.py

Issue 9125011: Fix for Issue 1075 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 8 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 | « client/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/scripts/dartgenerator.py
diff --git a/client/dom/scripts/dartgenerator.py b/client/dom/scripts/dartgenerator.py
index 25ee28ab4dc62276eafac444a28f88e741042a1d..243e3fa528296615d79a1859e7fe3e8cc84a9175 100755
--- a/client/dom/scripts/dartgenerator.py
+++ b/client/dom/scripts/dartgenerator.py
@@ -667,8 +667,7 @@ class DartGenerator(object):
info.overloads = operations
info.declared_name = operations[0].id
info.name = operations[0].ext_attrs.get('DartName', info.declared_name)
- info.js_name = operations[0].ext_attrs.get('ImplementationFunction',
- info.declared_name)
+ info.js_name = info.declared_name
info.type_name = operations[0].type.id # TODO: widen.
info.arg_interface_declaration = FormatArgs(args, True)
info.arg_implementation_declaration = FormatArgs(args, False)
« no previous file with comments | « client/dom/idl/dart/dart.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698