Chromium Code Reviews| Index: chrome/renderer/resources/neterror.js |
| diff --git a/chrome/renderer/resources/neterror.js b/chrome/renderer/resources/neterror.js |
| index d1f4c5fe3518ff408e4543ba942298d4a4e8b4fc..cab60ee11b14518a27c50b8bfc25c75b71c07f97 100644 |
| --- a/chrome/renderer/resources/neterror.js |
| +++ b/chrome/renderer/resources/neterror.js |
| @@ -78,9 +78,8 @@ function loadStaleButtonClick() { |
| } |
| function moreButtonClick() { |
| - if (window.errorPageController) { |
| + if (window.errorPageController) |
|
Nico
2014/04/23 19:15:30
This change is inconsistent with loadStaleButtonCl
Randy Smith (Not in Mondays)
2014/04/28 16:35:59
Done.
jar (doing other things)
2014/04/28 17:55:09
FWIW: The change is consistent with existing lines
|
| errorPageController.moreButtonClick(); |
| - } |
| } |
| <if expr="is_macosx or is_ios or is_linux or is_android"> |