| Index: utils/apidoc/mdn/extractRunner.js
|
| diff --git a/utils/apidoc/mdn/extractRunner.js b/utils/apidoc/mdn/extractRunner.js
|
| index 8e84d0b59a89f27613e8ab488ef4273f7f1ae2c9..6a95a2e82ace2819f1ea316338d700eac7ea6f31 100644
|
| --- a/utils/apidoc/mdn/extractRunner.js
|
| +++ b/utils/apidoc/mdn/extractRunner.js
|
| @@ -116,11 +116,11 @@ function parseFile(type, onDone, entry, file, searchResultIndex) {
|
|
|
| /*
|
| // TODO(jacobr): Make this run on platforms other than OS X.
|
| - var cmd = '../../../client/tests/drt/DumpRenderTree.app/Contents/MacOS/' +
|
| - 'DumpRenderTree ' + absoluteDumpFileName;
|
| + var cmd = '../../../client/tests/drt/Content Shell.app/Contents/MacOS/' +
|
| + Content Shell' + absoluteDumpFileName;
|
| */
|
| // TODO(eub): Make this run on platforms other than Linux.
|
| - var cmd = '../../../client/tests/drt/DumpRenderTree ' + absoluteDumpFileName;
|
| + var cmd = '../../../client/tests/drt/content_shell ' + absoluteDumpFileName;
|
| console.log(cmd);
|
| exec(cmd,
|
| function (error, stdout, stderr) {
|
|
|