| 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) {
|
|
|