зеркало из https://github.com/mozilla/gecko-dev.git
Bug 807756 - Fix bad gre paths in browser debugger jsm. r=gavin
This commit is contained in:
Родитель
df6e8c9772
Коммит
87bdde83e4
|
@ -20,10 +20,10 @@ XPCOMUtils.defineLazyModuleGetter(this,
|
|||
"DebuggerServer", "resource://gre/modules/devtools/dbg-server.jsm");
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this,
|
||||
"Services", "resource:///modules/Services.jsm");
|
||||
"Services", "resource://gre/modules/Services.jsm");
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(this,
|
||||
"FileUtils", "resource:///modules/FileUtils.jsm");
|
||||
"FileUtils", "resource://gre/modules/FileUtils.jsm");
|
||||
|
||||
this.EXPORTED_SYMBOLS = ["DebuggerUI"];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче