| Index: content/test/data/web_ui_mojo_shell_test.js
|
| diff --git a/content/test/data/web_ui_mojo_shell_test.js b/content/test/data/web_ui_mojo_shell_test.js
|
| index b43a4f4c1ce74d6e2a61f7156704082718578a6c..f0337ba74ab7b515e2a03763a05cb14ae948cff9 100644
|
| --- a/content/test/data/web_ui_mojo_shell_test.js
|
| +++ b/content/test/data/web_ui_mojo_shell_test.js
|
| @@ -47,6 +47,7 @@ define('main', [
|
| response.name == 'chrome://mojo-web-ui/');
|
| });
|
| },
|
| - function (exposedServices) {});
|
| + function (exposedServices) {},
|
| + null);
|
| };
|
| });
|
|
|