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

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

Issue 485203002: Fix the issue in about:net-internals that causes clicking on a column (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests Created 6 years, 4 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 | « no previous file | chrome/test/data/webui/net_internals/events_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/source_filter_parser.js
diff --git a/chrome/browser/resources/net_internals/source_filter_parser.js b/chrome/browser/resources/net_internals/source_filter_parser.js
index aa5b27b3c111670f88a873b79caaecce9b2313cd..607161aace3f3a26c67d2795bc31e69284b78c26 100644
--- a/chrome/browser/resources/net_internals/source_filter_parser.js
+++ b/chrome/browser/resources/net_internals/source_filter_parser.js
@@ -33,7 +33,7 @@ var SourceFilterParser = (function() {
continue;
}
- this.textWithoutSort += filterList[i].original;
+ this.filterTextWithoutSort += filterList[i].original;
var filter = parseRestrictDirective_(filterElement, negated);
if (!filter)
« no previous file with comments | « no previous file | chrome/test/data/webui/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698