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 2a5d04abd99c6975b0e27bd4d42c0f30c5107fd7..21ef127d267389a2ecb4cc7b11337678298d1887 100644 |
--- a/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/web_sql_dartium.darttemplate |
@@ -26,12 +26,14 @@ import 'dart:js' as js; |
$!GENERATED_DART_FILES |
// FIXME: Can we make this private? |
+@Deprecated("Internal Use Only") |
final web_sqlBlinkMap = { |
$!TYPE_MAP |
}; |
$if JSINTEROP |
// FIXME: Can we make this private? |
+@Deprecated("Internal Use Only") |
final web_sqlBlinkFunctionMap = { |
$!TYPE_FUNCTION_MAP |
}; |