| 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 256a12a800c1b396b0cbc8ed1cfbe1e4e5a03a0f..62dd7e9afdcabd8f6fa5078546358780c6521298 100644
|
| --- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate
|
| @@ -109,3 +109,10 @@ class _KeyRangeFactoryProvider {
|
| final indexed_dbBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| +
|
| +$if JSINTEROP
|
| +// FIXME: Can we make this private?
|
| +final indexed_dbBlinkFunctionMap = {
|
| +$!TYPE_FUNCTION_MAP
|
| +};
|
| +$endif
|
|
|