Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: chrome/browser/resources/net_internals/log_util.js

Issue 8372018: Fix two warnings surfaced by closure compiler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/net_internals/hsts_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/log_util.js
===================================================================
--- chrome/browser/resources/net_internals/log_util.js (revision 106144)
+++ chrome/browser/resources/net_internals/log_util.js (working copy)
@@ -220,7 +220,7 @@
if (end != -1)
parsedDump = JSON.parse(logFileContents.substring(0, end) + ']}');
}
- catch (error) {
+ catch (error2) {
}
}
« no previous file with comments | « chrome/browser/resources/net_internals/hsts_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698