| Index: samples/third_party/dromaeo/tests/RunnerSuite.dart
|
| diff --git a/samples/third_party/dromaeo/tests/RunnerSuite.dart b/samples/third_party/dromaeo/tests/RunnerSuite.dart
|
| index 7e051803d339e8888015a4ceb84a4a95f254eb54..1de9b7c2e75ecc6651cd58f8ff2c3a1e91853e75 100644
|
| --- a/samples/third_party/dromaeo/tests/RunnerSuite.dart
|
| +++ b/samples/third_party/dromaeo/tests/RunnerSuite.dart
|
| @@ -22,7 +22,7 @@ class Suite {
|
| }
|
| };
|
| try {
|
| - // dart:dom
|
| + // dart:dom_deprecated
|
| _window.addEventListener('message', starter, false);
|
| } catch (NoSuchMethodException e) {
|
| // dart:html
|
|
|