| 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 a0f1d1bc84fa56007082014d67b67c556c32ce65..0ac7e6ffb51aac846d6dd00d53e4fc19f8e5a44d 100644
|
| --- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| @@ -11,9 +11,7 @@ import 'dart:async';
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| -$if DART_USE_BLINK
|
| import 'dart:_blink' as _blink;
|
| -$endif
|
|
|
| $!GENERATED_DART_FILES
|
|
|
| @@ -35,9 +33,7 @@ class _KeyRangeFactoryProvider {
|
| [bool lowerOpen = false, bool upperOpen = false]) =>
|
| KeyRange.bound_(lower, upper, lowerOpen, upperOpen);
|
| }
|
| -$if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| final indexed_dbBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| -$endif
|
|
|