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

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

Issue 10073013: Drop DatabaseBuilder.set_same_signatures method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« lib/dom/idl/dart/dart.idl ('K') | « lib/dom/scripts/databasebuilder.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index 59505308d1f4ed6c99f13e7232836ba68f0bbb1d..28532b8ca80df030a90cb09279f012be38e8f9f6 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -148,11 +148,6 @@ def build_database(idl_list_file_name, database_dir, feature_defines = None):
os.path.join(current_dir, '..', 'idl', 'dart', 'dart.idl'),
dart_options)
- builder.set_same_signatures({
- 'EventListener': 'Function',
- 'int': 'long',
- })
-
# Merging:
builder.merge_imported_interfaces(optional_argument_whitelist)
« lib/dom/idl/dart/dart.idl ('K') | « lib/dom/scripts/databasebuilder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698