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 62fcb2810b9b6ab7a6b004a8d6a8835fdc97b466..1f1a44751fbb61f2711dd148a7bb4530662cfd03 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. |