Index: samples/third_party/dromaeo/tests/dom-traverse-html.dart |
diff --git a/samples/third_party/dromaeo/tests/dom-traverse-html.dart b/samples/third_party/dromaeo/tests/dom-traverse-html.dart |
index 48b951d9d23683d38a41fba82181a8e6fe6703af..55f4820c65d6c686947aa87d04083bfa7cc377a2 100644 |
--- a/samples/third_party/dromaeo/tests/dom-traverse-html.dart |
+++ b/samples/third_party/dromaeo/tests/dom-traverse-html.dart |
@@ -1,5 +1,6 @@ |
library dromaeo; |
import 'dart:html'; |
+import 'dart:json' as json; |
import '../common/common.dart'; |
import 'dart:math' as Math; |
part 'Common.dart'; |