| Index: chrome/test/data/nacl/nonsfi/libc_free.html
|
| diff --git a/chrome/test/data/nacl/nonsfi/libc_free.html b/chrome/test/data/nacl/nonsfi/libc_free.html
|
| index e6ad59d5e6baf66f8622075c37fa7e3de3445499..5429ed6e0e8109ad0cb4a725223ca1824cdaecd5 100644
|
| --- a/chrome/test/data/nacl/nonsfi/libc_free.html
|
| +++ b/chrome/test/data/nacl/nonsfi/libc_free.html
|
| @@ -17,10 +17,7 @@ done. -->
|
| <script>
|
|
|
| function report(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);
|
| }
|
|
|
| function create(manifest_url) {
|
|
|