diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js index 72ac959d46f..1fdace38746 100644 --- a/browser/base/content/aboutDialog.js +++ b/browser/base/content/aboutDialog.js @@ -49,7 +49,8 @@ function init(aEvent) var distroId = prefs.getCharPref("distribution.id"); if (distroId) { var distroVersion = prefs.getCharPref("distribution.version"); - var distroAbout = prefs.getComplexValue("distribution.about", Ci.nsISupportsString); + var distroAbout = prefs.getComplexValue("distribution.about", + Component.interfaces.nsISupportsString); var distroField = document.getElementById("distribution"); distroField.value = distroAbout;