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

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

Issue 8890016: Make source_dependencies in about:net-internals clickable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix missed variable name change Created 9 years 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 | « no previous file | chrome/browser/resources/net_internals/events_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/details_view.js
===================================================================
--- chrome/browser/resources/net_internals/details_view.js (revision 112998)
+++ chrome/browser/resources/net_internals/details_view.js (working copy)
@@ -42,7 +42,7 @@
repaint: function() {
this.outstandingRepaint_ = false;
this.getNode().innerHTML = '';
- PaintLogView(this.sourceEntries_, this.getNode());
+ paintLogView(this.sourceEntries_, this.getNode());
},
show: function(isVisible) {
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/events_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698