| 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 3e3d2f3aaa7f4e4509aa14207e1df565146fd482..408068f9563edfa9d437991181de7eca1bfd5485 100644
|
| --- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| @@ -9,16 +9,12 @@ import 'dart:_internal' hide deprecated;
|
| import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| -$if DART_USE_BLINK
|
| import 'dart:_blink' as _blink;
|
| -$endif
|
|
|
| part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart';
|
|
|
| $!GENERATED_DART_FILES
|
| -$if DART_USE_BLINK
|
| // FIXME: Can we make this private?
|
| final svgBlinkMap = {
|
| $!TYPE_MAP
|
| };
|
| -$endif
|
|
|