| Index: ui/webui/resources/js/parse_html_subset.js
|
| diff --git a/ui/webui/resources/js/parse_html_subset.js b/ui/webui/resources/js/parse_html_subset.js
|
| index ff0df052be215c3c56b12e131cb3d9a80a6daacf..9bb448d1665ac325588d6dd5fbb84ddfce6c9429 100644
|
| --- a/ui/webui/resources/js/parse_html_subset.js
|
| +++ b/ui/webui/resources/js/parse_html_subset.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| /**
|
| - * Parse a very small subset of HTML. This ensures that insecure HTML /
|
| + * Parses a very small subset of HTML. This ensures that insecure HTML /
|
| * javascript cannot be injected into the new tab page.
|
| * @param {string} s The string to parse.
|
| * @param {Array<string>=} opt_extraTags Optional extra allowed tags.
|
|
|