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