Call Services.io directly in modules/tabbarDNDObserver.js.
This commit is contained in:
parent
c1c3faac5f
commit
ee71d841c4
@ -48,7 +48,6 @@ const SSS = Cc['@mozilla.org/content/style-sheet-service;1']
|
||||
.getService(Ci.nsIStyleSheetService);
|
||||
const SecMan = Cc['@mozilla.org/scriptsecuritymanager;1']
|
||||
.getService(Ci.nsIScriptSecurityManager);
|
||||
const IOService = Services.io;
|
||||
|
||||
function TabbarDNDObserver(aTabBrowser)
|
||||
{
|
||||
@ -1151,7 +1150,7 @@ catch(e) {
|
||||
.split('\n')[0]];
|
||||
|
||||
case 'application/x-moz-file':
|
||||
let fileHandler = IOService.getProtocolHandler('file')
|
||||
let fileHandler = Services.io.getProtocolHandler('file')
|
||||
.QueryInterface(Ci.nsIFileProtocolHandler);
|
||||
return [fileHandler.getURLSpecFromFile(aData)];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user