| 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 70f3b67ded68b851a1d7a48ae32d67d845992aa6..1af98ebac14f2ea7fba9ea782feb6ec87238517d 100644
|
| --- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate
|
| @@ -25,3 +25,9 @@ import 'dart:_blink' as _blink;
|
| $endif
|
|
|
| $!GENERATED_DART_FILES
|
| +$if DART_USE_BLINK
|
| +// FIXME: Can we make this private?
|
| +const web_sqlBlinkMap = const {
|
| +$!TYPE_MAP
|
| +};
|
| +$endif
|
|
|