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 e61da7d1f584e7bb3de1da0c8c7cf09f357069e8..e1e0945e3cadc9a07c0eb2d5365f359ba1e26ec4 100644 |
--- a/samples/third_party/dromaeo/tests/RunnerSuite.dart |
+++ b/samples/third_party/dromaeo/tests/RunnerSuite.dart |
@@ -113,7 +113,7 @@ class Suite { |
if (data != null) { |
payload['data'] = data; |
} |
- _window.top.postMessage(JSON.encode(payload), '*'); |
+ _window.parent.postMessage(JSON.encode(payload), '*'); |
} |
// Implementation. |