| Index: tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| index dae37f1e751f784653513a7347b74dc808728c07..f31353ea4f807f92523ea58aa44ced31dcd14dab 100644
|
| --- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| @@ -20,14 +20,10 @@ import 'dart:_internal' hide deprecated;
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| -$if DART_USE_BLINK
|
| import 'dart:_blink' as _blink;
|
| -$endif
|
|
|
| $!GENERATED_DART_FILES
|
| -$if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| final web_sqlBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| -$endif
|
|
|