| Index: ui/webui/resources/js/webui_resource_test.js
|
| diff --git a/ui/webui/resources/js/webui_resource_test.js b/ui/webui/resources/js/webui_resource_test.js
|
| index 55ce865053654132e81519d59abc00d72fde2aa2..b4fadbdf9b75d52c3b3482e12985d6004cac577b 100644
|
| --- a/ui/webui/resources/js/webui_resource_test.js
|
| +++ b/ui/webui/resources/js/webui_resource_test.js
|
| @@ -198,7 +198,7 @@ function assertDeepEquals(expected, observed, opt_message) {
|
| domAutomationController.setAutomationId(1);
|
| domAutomationController.send('PENDING');
|
| }
|
| - };
|
| + }
|
|
|
| exports.runTests = runTests;
|
| })(this);
|
|
|