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 f31353ea4f807f92523ea58aa44ced31dcd14dab..9823042850309dfe193d8ea5066c94d2261016b5 100644 |
--- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
@@ -27,3 +27,10 @@ $!GENERATED_DART_FILES |
final web_sqlBlinkMap = { |
$!TYPE_MAP |
}; |
+ |
+$if JSINTEROP |
+// FIXME: Can we make this private? |
+final web_sqlBlinkFunctionMap = { |
+$!TYPE_FUNCTION_MAP |
+}; |
+$endif |