| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index 5519ebce29faf31e8c9531b9c041f3f827977987..aa0c135a9f7db8e70e3d5b8e57a148b7ab71216a 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -19,7 +19,7 @@ import 'dart:_collection-dev' hide Symbol, deprecated;
|
| import 'dart:html_common';
|
| import 'dart:indexed_db';
|
| import 'dart:isolate';
|
| -import 'dart:json' as json;
|
| +import "dart:convert";
|
| import 'dart:math';
|
| import 'dart:typed_data';
|
| // Not actually used, but imported since dart:html can generate these objects.
|
|
|