Chromium Code Reviews| 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 85381f716ce7faab991f666a9dd1b342f0898d7b..e0cca26ce01d69f746c10aef24f36e3009f77409 100644 |
| --- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate |
| @@ -16,3 +16,9 @@ $endif |
| part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart'; |
| $!GENERATED_DART_FILES |
| +$if DART_USE_BLINK |
| +// FIXME: Can we make this private? |
| +const svgBlinkMap = const { |
| +$!TYPE_MAP |
| +}; |
| +$endif |