aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/vapi-background.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/vapi-background.js b/js/vapi-background.js
index d2a9b66..09a5842 100644
--- a/js/vapi-background.js
+++ b/js/vapi-background.js
@@ -356,7 +356,7 @@ vAPI.storage = (function() {
throw Error('Should be a directory...');
}
- let path2 = Services.dirsvc.get('ProfD', Ci.ndIFile);
+ let path2 = Services.dirsvc.get('ProfD', Ci.nsIFile);
path2.append('extension-data');
if (path2.exists()) {
path2.append(location.host + '.sqlite');