Chromium Code Reviews| Index: samples/third_party/dromaeo/tests/dom-modify-html.dart |
| diff --git a/samples/third_party/dromaeo/tests/dom-modify-html.dart b/samples/third_party/dromaeo/tests/dom-modify-html.dart |
| index 7599b060bdc4d482e9ce05562343d5009181255d..1ad99b4909143dc4778a5351f74556db17b6495f 100644 |
| --- a/samples/third_party/dromaeo/tests/dom-modify-html.dart |
| +++ b/samples/third_party/dromaeo/tests/dom-modify-html.dart |
| @@ -1,7 +1,7 @@ |
| library dromaeo; |
| import 'dart:async'; |
| import 'dart:html'; |
| -import 'dart:json' as json; |
| +import "dart:convert"; |
| import 'dart:math' as Math; |
| part 'Common.dart'; |
| part 'RunnerSuite.dart'; |