зеркало из https://github.com/mozilla/pjs.git
Fix regression by doing things a better way. b=229972 r+sr=bryner
This commit is contained in:
Родитель
318bf4680b
Коммит
86a2f3df8c
|
@ -149,9 +149,7 @@ function OnLDBLoad()
|
|||
else
|
||||
gBrowser.goHome();
|
||||
|
||||
// XXX Shouldn't this be gBrowser.contentWindow?
|
||||
var win = gBrowser.docShell.getInterface(Components.interfaces.nsIDOMWindow);
|
||||
gDebugger.init(win);
|
||||
gDebugger.init(gBrowser.contentWindow);
|
||||
|
||||
checkPersistentMenus();
|
||||
gRTestIndexList = new RTestIndexList();
|
||||
|
|
Загрузка…
Ссылка в новой задаче