| 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 07de26bea9c85795333de4f1032313611d52db15..0a34b64d0e5c0b9ff67fc223a7834bb212e71d7f 100644
|
| --- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| @@ -22,11 +22,6 @@ import 'dart:js' as js;
|
|
|
| part '$AUXILIARY_DIR/shared_SVGFactoryProviders.dart';
|
|
|
| -// Need a default constructor for constructing classes with mixins that are
|
| -// also extending NativeFieldWrapperClass2. Defining JsoNativeFieldWrapper
|
| -// extending NativeFieldWrapperClass2 creates a default constructor.
|
| -class JsoNativeFieldWrapper extends NativeFieldWrapperClass2 {}
|
| -
|
| $!GENERATED_DART_FILES
|
| // FIXME: Can we make this private?
|
| final svgBlinkMap = {
|
|
|