| Index: chrome/test/data/nacl/load_util.js
|
| diff --git a/chrome/test/data/nacl/load_util.js b/chrome/test/data/nacl/load_util.js
|
| index a133c5cfe71e8a808b754215f6207f74b545ff10..e2fde17124a57bf972b67c26d67c027a2e7b86c6 100644
|
| --- a/chrome/test/data/nacl/load_util.js
|
| +++ b/chrome/test/data/nacl/load_util.js
|
| @@ -4,10 +4,7 @@
|
|
|
| var load_util = {
|
| report: function(msg) {
|
| - domAutomationController.setAutomationId(0);
|
| - // The automation controller seems to choke on Objects, so turn them into
|
| - // strings.
|
| - domAutomationController.send(JSON.stringify(msg));
|
| + domAutomationController.send(msg);
|
| },
|
|
|
| log: function(message) {
|
|
|