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

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: add missing file 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
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) {

Powered by Google App Engine
This is Rietveld 408576698