| 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 0a34b64d0e5c0b9ff67fc223a7834bb212e71d7f..ab2a99d3e99a9082c33f1de1a22459cacd4d2734 100644
|
| --- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| @@ -24,12 +24,14 @@ part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart';
|
|
|
| $!GENERATED_DART_FILES
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final svgBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
|
|
| $if JSINTEROP
|
| // FIXME: Can we make this private?
|
| +@Deprecated("Internal Use Only")
|
| final svgBlinkFunctionMap = {
|
| $!TYPE_FUNCTION_MAP
|
| };
|
|
|