aboutsummaryrefslogtreecommitdiffstats
path: root/lib/http_observer/stream_loader.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_observer/stream_loader.js')
-rw-r--r--lib/http_observer/stream_loader.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http_observer/stream_loader.js b/lib/http_observer/stream_loader.js
index ec21cb7..c790fe2 100644
--- a/lib/http_observer/stream_loader.js
+++ b/lib/http_observer/stream_loader.js
@@ -21,7 +21,7 @@
*/
var {Cc, Ci, Cu, Cm, Cr} = require("chrome");
-const processResponse = require('http_observer/process_response');
+const processResponse = require('./process_response');
const CHARSETS = [
'866', 'ansi_x3.4-1968', 'arabic', 'ascii', 'asmo-708', 'big5',
'big5-hkscs', 'chinese', 'cn-big5', 'cp1250', 'cp1251', 'cp1252',