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 21ef127d267389a2ecb4cc7b11337678298d1887..03135a313079fa7d1838fdd9961ee751f84545a7 100644 |
--- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
@@ -30,11 +30,3 @@ $!GENERATED_DART_FILES |
final web_sqlBlinkMap = { |
$!TYPE_MAP |
}; |
- |
-$if JSINTEROP |
-// FIXME: Can we make this private? |
-@Deprecated("Internal Use Only") |
-final web_sqlBlinkFunctionMap = { |
-$!TYPE_FUNCTION_MAP |
-}; |
-$endif |