Index: samples/third_party/dromaeo/tests/dom-modify-dom.dart |
diff --git a/samples/third_party/dromaeo/tests/dom-modify-dom.dart b/samples/third_party/dromaeo/tests/dom-modify-dom.dart |
index c8e3958dcf4d5844338fb6cef2dcae7bc0b9be0b..1d7ab654a4acdd28da72c1c508971a03d9affe0f 100644 |
--- a/samples/third_party/dromaeo/tests/dom-modify-dom.dart |
+++ b/samples/third_party/dromaeo/tests/dom-modify-dom.dart |
@@ -1,6 +1,7 @@ |
#library("dom_modify"); |
#import("dart:dom_deprecated"); |
#import("dart:json"); |
+#import("dart:math", prefix: "Math"); |
#source("Common.dart"); |
#source("RunnerSuite.dart"); |