Index: samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart |
diff --git a/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart |
index 579feb5f53a0fb86532ce1dbe99aa57424f4dbe7..2f620b4a79886fd538c1749fc103c604de84bb58 100644 |
--- a/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart |
+++ b/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.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'; |