Index: samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
diff --git a/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
index b259a4162db0fb73c577d5689db809c3ecfb0ff5..0776624367d4652fd699f6dcb953d2fb9380d6cf 100644 |
--- a/samples/third_party/dromaeo/tests/dom-query-htmlidiomatic.dart |
+++ b/samples/third_party/dromaeo/tests/dom-query-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'; |