Chromium Code Reviews| Index: ui/webui/resources/js/i18n_process.js |
| diff --git a/ui/webui/resources/js/i18n_process.js b/ui/webui/resources/js/i18n_process.js |
| index d33e90cc5af15421151f9cb9d28eaad524b56122..4097973b856ff0a4e00c20c60fce27dcbbf84510 100644 |
| --- a/ui/webui/resources/js/i18n_process.js |
| +++ b/ui/webui/resources/js/i18n_process.js |
| @@ -3,4 +3,4 @@ |
| // found in the LICENSE file. |
| // Invoke the template engine previously loaded from i18n_template.js |
| -i18nTemplate.process(document, templateData); |
| +i18nTemplate.process(document, window.templateData); |
|
arv (Not doing code reviews)
2014/07/24 16:44:24
Why is this change needed?
Dan Beam
2014/07/25 01:52:33
less potential reference errors
|