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 faa3d4fe70fd80cc151906f8b0f57914ff8163e5..6dff8b63eeb35bd7117763baa2560f1f1d5391c5 100644 |
--- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
+++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
@@ -26,3 +26,10 @@ $!GENERATED_DART_FILES |
final svgBlinkMap = { |
$!TYPE_MAP |
}; |
+ |
+$if JSINTEROP |
+// FIXME: Can we make this private? |
+final svgBlinkFunctionMap = { |
+$!TYPE_FUNCTION_MAP |
+}; |
+$endif |