| Index: samples/third_party/dromaeo/tests/dom-traverse-dom.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-traverse-dom.dart b/samples/third_party/dromaeo/tests/dom-traverse-dom.dart
|
| index d7c600c63942a184d667f270c292efbd6818c3b5..cbcff9ef9a6bfb23010d3ae033da711b53cf2406 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-traverse-dom.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-traverse-dom.dart
|
| @@ -1,6 +1,7 @@
|
| #library("dom_traverse");
|
| #import("dart:dom_deprecated");
|
| #import('../common/common.dart');
|
| +#import("dart:math", prefix: "Math");
|
| #source("Common.dart");
|
| #source("RunnerSuite.dart");
|
|
|
|
|