| Index: chrome/renderer/resources/neterror.js
|
| diff --git a/chrome/renderer/resources/neterror.js b/chrome/renderer/resources/neterror.js
|
| index ae6efae94ef231530cd3efbc1c3cf453bc608dc3..1c640a37bcb232d47e26384791bd4e95d1f16899 100644
|
| --- a/chrome/renderer/resources/neterror.js
|
| +++ b/chrome/renderer/resources/neterror.js
|
| @@ -29,7 +29,6 @@ if (window.top.location != window.location)
|
| // Re-renders the error page using |strings| as the dictionary of values.
|
| // Used by NetErrorTabHelper to update DNS error pages with probe results.
|
| function updateForDnsProbe(strings) {
|
| - i18nTemplate.process(document, strings);
|
| var context = new JsEvalContext(strings);
|
| jstProcess(context, document.getElementById('t'));
|
| }
|
|
|