| 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 44b199079a83895a5a6021d104c08bb4540b84e5..5ea3aa344b5311118814bcb78aa8bb32a0a91669 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -48,6 +48,7 @@ import 'dart:web_gl' as gl;
|
| 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:web_audio' as web_audio;
|
|
|
| export 'dart:math' show Rectangle, Point;
|
|
|