Chromium Code Reviews| Index: lib/dom/scripts/fremontcutbuilder.py |
| diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py |
| index d0090fd8e6931fbc4008b3779f303d99ea74c5e6..8e05ddd2d353cbf13a3ef044e5fbf163618e197a 100755 |
| --- a/lib/dom/scripts/fremontcutbuilder.py |
| +++ b/lib/dom/scripts/fremontcutbuilder.py |
| @@ -101,19 +101,13 @@ def build_database(idl_list_file_name): |
| source='WebKit', |
| source_attributes={'revision': webkit_revision}, |
| type_rename_map={ |
| - # Some of these are typos in the IDL. |
|
vsm
2012/04/09 19:23:30
Pavel: are these types gone from IDL or this remap
podivilov
2012/04/10 09:41:41
float and DOMObject are handled in idl registry in
|
| - 'float': 'double', |
| 'BarInfo': 'BarProp', |
| 'DedicatedWorkerContext': 'DedicatedWorkerGlobalScope', |
| 'DOMApplicationCache': 'ApplicationCache', |
| 'DOMCoreException': 'DOMException', |
| - 'DOMExceptionJSC': 'DOMException', # Node.replaceChild |
| - 'DomException': 'DOMException', # Navigator.registerProtocolHandler |
| 'DOMFormData': 'FormData', |
| - 'DOMObject': 'object', |
| 'DOMSelection': 'Selection', |
| 'DOMWindow': 'Window', |
| - 'Exception': 'DOMException', # NotificationCenter.createNotification |
| 'SharedWorkerContext': 'SharedWorkerGlobalScope', |
| 'WorkerContext': 'WorkerGlobalScope', |
| }) |