Index: chrome/browser/resources/net_internals/main.js |
diff --git a/chrome/browser/resources/net_internals/main.js b/chrome/browser/resources/net_internals/main.js |
index 18215cf7950ac6067c00679f00cb58e35177657f..671dd957fabae6600006a8be41bfb7055b6d65f4 100644 |
--- a/chrome/browser/resources/net_internals/main.js |
+++ b/chrome/browser/resources/net_internals/main.js |
@@ -168,7 +168,7 @@ var MainView = (function() { |
onLoadLog: function(opt_fileName) { |
isViewingLoadedLog = true; |
- g_browser.sourceTracker.setSecurityStripping(false); |
+ SourceTracker.getInstance().setSecurityStripping(false); |
this.stopCapturing(); |
if (opt_fileName != undefined) { |
// If there's a file name, a log file was loaded, so swap out the status |