| Index: chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
|
| diff --git a/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html b/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
|
| index 41a924bd563f63004221db39be820124d2391630..9388d367bcc9c9732c2309cc34ecbeb5ae603e14 100644
|
| --- a/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
|
| +++ b/chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
|
| @@ -15,10 +15,7 @@
|
| <script type="text/javascript">
|
| //<![CDATA[
|
| 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);
|
| }
|
|
|
| var tests = 0;
|
|
|