| 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..bdf5dd69921ada382cd5ef86b1862f6570540381 100644
|
| --- a/chrome/test/data/nacl/load_util.js
|
| +++ b/chrome/test/data/nacl/load_util.js
|
| @@ -4,7 +4,6 @@
|
|
|
| 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));
|
|
|