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 42143c521fb23148ca762fa93bb6b6dd210339c8..e61da7d1f584e7bb3de1da0c8c7cf09f357069e8 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.stringify(payload), '*'); |
+ _window.top.postMessage(JSON.encode(payload), '*'); |
} |
// Implementation. |