Index: tools/dom/templates/html/dartium/svg_dartium.darttemplate |
diff --git a/tools/dom/templates/html/dartium/svg_dartium.darttemplate b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
index ab2a99d3e99a9082c33f1de1a22459cacd4d2734..17f119bfbb8b4123407504cc9e7f9a3bfccf777a 100644 |
--- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
@@ -28,11 +28,3 @@ $!GENERATED_DART_FILES |
final svgBlinkMap = { |
$!TYPE_MAP |
}; |
- |
-$if JSINTEROP |
-// FIXME: Can we make this private? |
-@Deprecated("Internal Use Only") |
-final svgBlinkFunctionMap = { |
-$!TYPE_FUNCTION_MAP |
-}; |
-$endif |