| 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 340bbecfe87e858736129c97db1f279e94cd1e01..a0f1d1bc84fa56007082014d67b67c556c32ce65 100644
|
| --- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| @@ -37,7 +37,7 @@ class _KeyRangeFactoryProvider {
|
| }
|
| $if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| -const indexed_dbBlinkMap = const {
|
| +final indexed_dbBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| $endif
|
|
|