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 9804405eb0bfaa62e25a3d26bcd5bf7245084219..ef3928c9988eb73de4db3deed21b378b6cc98adf 100644 |
--- a/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate |
@@ -107,12 +107,14 @@ class _KeyRangeFactoryProvider { |
KeyRange.bound_(lower, upper, lowerOpen, upperOpen); |
} |
// FIXME: Can we make this private? |
+@Deprecated("Internal Use Only") |
final indexed_dbBlinkMap = { |
$!TYPE_MAP |
}; |
$if JSINTEROP |
// FIXME: Can we make this private? |
+@Deprecated("Internal Use Only") |
final indexed_dbBlinkFunctionMap = { |
$!TYPE_FUNCTION_MAP |
}; |