| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index 2c92c8c241d913a8fcafb35b9fb82457763608c9..a8168c1f98e6d36da745a8acc5170ece8d7f807c 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -49,6 +49,7 @@ import 'dart:web_sql';
|
| // Not actually used, but imported since dart:html can generate these objects.
|
| import 'dart:svg' as svg;
|
| import 'dart:svg' show Matrix;
|
| +import 'dart:svg' show SvgSvgElement;
|
| import 'dart:web_audio' as web_audio;
|
|
|
| export 'dart:math' show Rectangle, Point;
|
|
|