| 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 30d5cce923b24d08013d9273e78e698774198646..ebf9e1b0abd22babc51f9e49f28089069007913b 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.stringify(payload), '*');
|
| }
|
|
|
| // Implementation.
|
|
|