Chromium Code Reviews| Index: tools/dom/scripts/generator.py |
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py |
| index 5f2a6d3ffd2f994d00cd323b5e64029c4bc63ee8..da2a88fc9b7c3a918616151c63948e9093f24bf1 100644 |
| --- a/tools/dom/scripts/generator.py |
| +++ b/tools/dom/scripts/generator.py |
| @@ -1028,6 +1028,8 @@ _idl_type_registry = monitored.Dict('generator._idl_type_registry', { |
| 'Future': TypeData(clazz='Interface', dart_type='Future'), |
| 'GamepadList': TypeData(clazz='Interface', item_type='Gamepad', |
| suppress_interface=True), |
| + 'GLenum': TypeData(clazz='Primitive', dart_type='int', |
| + native_type='unsigned'), |
|
blois
2013/06/21 23:42:51
Forgot to make the base CL first, the only change
|
| 'HTMLAllCollection': TypeData(clazz='Interface', item_type='Node'), |
| 'HTMLCollection': TypeData(clazz='Interface', item_type='Node'), |
| 'NamedNodeMap': TypeData(clazz='Interface', item_type='Node'), |