Chromium Code Reviews| Index: lib/html/scripts/fremontcutbuilder.py |
| diff --git a/lib/html/scripts/fremontcutbuilder.py b/lib/html/scripts/fremontcutbuilder.py |
| index bfd977835390932b607e3c93512423deac278bf2..e50cf8c773fe407ef71fdd5b5cefac94f136ec90 100755 |
| --- a/lib/html/scripts/fremontcutbuilder.py |
| +++ b/lib/html/scripts/fremontcutbuilder.py |
| @@ -117,18 +117,7 @@ def build_database(idl_files, database_dir, feature_defines = None): |
| # TODO(vsm): What else should we define as on when processing IDL? |
| idl_defines=webkit_defines + feature_defines, |
| source='WebKit', |
| - source_attributes={'revision': webkit_revision}, |
| - type_rename_map={ |
|
Anton Muhin
2012/10/04 14:39:23
what about _webkit_renames in dartdomgenerator?
podivilov
2012/10/04 16:15:46
that's for a separate cl.
|
| - 'BarInfo': 'BarProp', |
| - 'DedicatedWorkerContext': 'DedicatedWorkerGlobalScope', |
| - 'DOMApplicationCache': 'ApplicationCache', |
| - 'DOMCoreException': 'DOMException', |
| - 'DOMFormData': 'FormData', |
| - 'DOMSelection': 'Selection', |
| - 'DOMWindow': 'Window', |
| - 'SharedWorkerContext': 'SharedWorkerGlobalScope', |
| - 'WorkerContext': 'WorkerGlobalScope', |
| - }) |
| + source_attributes={'revision': webkit_revision}) |
| # Import WebKit IDLs. |
| builder.import_idl_files(idl_files, webkit_options) |