| Index: ui/webui/resources/js/i18n_template.js
|
| diff --git a/ui/webui/resources/js/i18n_template.js b/ui/webui/resources/js/i18n_template.js
|
| index a4dbcdc33a193cdde4cbebd72e2419f2e2aafb37..02d7245356fcc7293671f0a66c8a92e5d0d39ec9 100644
|
| --- a/ui/webui/resources/js/i18n_template.js
|
| +++ b/ui/webui/resources/js/i18n_template.js
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// <include src="i18n_template_no_process.js">
|
| +// Note: vulcanize sometimes disables GRIT processing. If you're importing i18n
|
| +// stuff with <link rel="import">, you should probably be using
|
| +// html/i18n_template.html instead of this file.
|
|
|
| -i18nTemplate.process(document, loadTimeData);
|
| +// <include src="i18n_template_no_process.js">
|
| +// <include src="i18n_template_process.js">
|
|
|