| Index: client/testing/unittest/test_controller.js
 | 
| diff --git a/client/testing/unittest/test_controller.js b/client/testing/unittest/test_controller.js
 | 
| index 745eba792481f7c0526a68187194c328179234cb..988bfe10fd704039b33116d3ed407854c6d99ca7 100644
 | 
| --- a/client/testing/unittest/test_controller.js
 | 
| +++ b/client/testing/unittest/test_controller.js
 | 
| @@ -7,6 +7,10 @@
 | 
|   * DumpRenderTree.
 | 
|   */
 | 
|  
 | 
| +if (navigator.webkitStartDart) {
 | 
| +  navigator.webkitStartDart();
 | 
| +}
 | 
| +
 | 
|  function processMessage(msg) {
 | 
|    if (window.layoutTestController) {
 | 
|      if (msg == 'unittest-suite-done') {
 | 
| 
 |