| Index: tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| index 448d4928d9a8a4c32fd915e9efad54fd2a0e6e1d..340bbecfe87e858736129c97db1f279e94cd1e01 100644
|
| --- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| @@ -35,3 +35,9 @@ class _KeyRangeFactoryProvider {
|
| [bool lowerOpen = false, bool upperOpen = false]) =>
|
| KeyRange.bound_(lower, upper, lowerOpen, upperOpen);
|
| }
|
| +$if DART_USE_BLINK
|
| +// FIXME: Can we make this private?
|
| +const indexed_dbBlinkMap = const {
|
| +$!TYPE_MAP
|
| +};
|
| +$endif
|
|
|