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 30ab98a4c2b2164c0932cfb1509f2fafc3a75d7b..6eedef8a76fdd7a2908a8d50f7eee8a014e17715 100644 |
--- a/samples/third_party/dromaeo/tests/dom-traverse-html.dart |
+++ b/samples/third_party/dromaeo/tests/dom-traverse-html.dart |
@@ -1,6 +1,7 @@ |
#library("dom_traverse"); |
#import("dart:html"); |
#import('../common/common.dart'); |
+#import("dart:math", prefix: "Math"); |
#source("Common.dart"); |
#source("RunnerSuite.dart"); |