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

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

Issue 605853003: Stop suppressing generation of bindings with Promise. (Closed) Base URL: https://dart.googlecode.com/svn/branches/dartium_integration/dart
Patch Set: Created 6 years, 3 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
« tests/html/fontface_loaded_test.dart ('K') | « tools/dom/scripts/generator.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/htmldartgenerator.py
diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py
index 29b757f9d84bfbdecdf0dfa24c00b98f2e61f62f..f1bf85207ca79ed92c2ed31959d425f94bb16515 100644
--- a/tools/dom/scripts/htmldartgenerator.py
+++ b/tools/dom/scripts/htmldartgenerator.py
@@ -214,6 +214,7 @@ class HtmlDartGenerator(object):
programmer input about the best name change before proceeding."""
operation_str = '%s.%s' % (interface.id, operation.id)
+ return
terry 2014/09/30 15:01:55 Ryan, The problem is that there are now a bunch o
terry 2014/09/30 15:30:54 And you'll need to add the method to an darttempla
if (operation.id in operations_by_name and
len(operations_by_name[operation.id]) > 1 and
len(filter(lambda overload: overload.startswith(operation_str),
« tests/html/fontface_loaded_test.dart ('K') | « tools/dom/scripts/generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698