Chromium Code Reviews| 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 49b375b46fe0bb2e9942d427a643784cefa5a663..fdec63380364273d20ad833f1fa6884d5efb2a75 100644 |
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate |
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate |
| @@ -50,7 +50,7 @@ import 'dart:web_sql'; |
| import 'dart:svg' as svg; |
| import 'dart:web_audio' as web_audio; |
| -export 'dart:math' show Rectangle, RectangleBase, Point; |
|
Emily Fortuna
2013/10/08 17:57:51
yes, this is unrelated, but it's so small... I fig
|
| +export 'dart:math' show Rectangle, Point; |
| $!GENERATED_DART_FILES |