Chromium Code Reviews| Index: tools/dom/scripts/generator.py |
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py |
| index 52e10ea7bc9cfae1b4c1385e8f1a5dae989628f4..47d022cb5ff51e4cf22bacaa4aa6567a129f8310 100644 |
| --- a/tools/dom/scripts/generator.py |
| +++ b/tools/dom/scripts/generator.py |
| @@ -476,7 +476,7 @@ dart2js_conversions = { |
| # IDBAny is problematic. Some uses are just a union of other IDB types, |
| # which need no conversion.. Others include data values which require |
| # serialized script value processing. |
| - 'IDBAny get IDBCursorWithValue.value': |
| + '* get IDBCursorWithValue.value': |
|
sra1
2013/02/13 18:41:42
Perhaps this map should be monitored.
|
| Conversion('_convertNativeToDart_IDBAny', 'dynamic', 'dynamic'), |
| # This is problematic. The result property of IDBRequest is used for |