Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)

git-svn-id: svn://10.0.0.236/trunk@169868 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bsmedberg%covad.net
2005-02-25 20:46:35 +00:00
parent 239f334b9c
commit fc4099e666
74 changed files with 157 additions and 157 deletions

View File

@@ -787,7 +787,7 @@ function delayedStartup()
// Set up Sanitize Item
gSanitizeListener = new SanitizeListener();
var pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranchInternal);
var pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranch2);
// Enable/Disable Form Fill
gFormFillPrefListener = new FormFillPrefListener();
@@ -909,7 +909,7 @@ function Shutdown()
}
try {
var pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranchInternal);
var pbi = gPrefService.QueryInterface(Components.interfaces.nsIPrefBranch2);
pbi.removeObserver(gFormFillPrefListener.domain, gFormFillPrefListener);
pbi.removeObserver(gURLBarAutoFillPrefListener.domain, gURLBarAutoFillPrefListener);
pbi.removeObserver(gAutoHideTabbarPrefListener.domain, gAutoHideTabbarPrefListener);