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 0cf3308b00b4d026f8a07670dfa79791a9d54938..29203c49a3706dd11baabc7a506601cd242ec42a 100644 |
--- a/samples/third_party/dromaeo/tests/dom-modify-html.dart |
+++ b/samples/third_party/dromaeo/tests/dom-modify-html.dart |
@@ -1,6 +1,7 @@ |
#library("dom_modify_html"); |
#import("dart:html"); |
#import("dart:json"); |
+#import("dart:math", prefix: "Math"); |
#source("Common.dart"); |
#source("RunnerSuite.dart"); |