| 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 6dff8b63eeb35bd7117763baa2560f1f1d5391c5..2c4f92d95cbe100dca20a6250ea89d0d4407596a 100644
|
| --- a/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/svg_dartium.darttemplate
|
| @@ -18,9 +18,15 @@ import 'dart:html';
|
| import 'dart:html_common';
|
| import 'dart:nativewrappers';
|
| import 'dart:_blink' as _blink;
|
| +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 = {
|
|
|