Bug 560104 - rename toolkit places utils.js to PlacesUtils.jsm; (Bv1-SM) Update SeaMonkey too.
r=kairo.
--- a/suite/common/history/utils.js
+++ b/suite/common/history/utils.js
@@ -42,17 +42,17 @@
function LOG(str) {
dump("*** " + str + "\n");
}
__defineGetter__("PlacesUtils", function() {
delete this.PlacesUtils
var tmpScope = {};
- Components.utils.import("resource://gre/modules/utils.js", tmpScope);
+ Components.utils.import("resource://gre/modules/PlacesUtils.jsm", tmpScope);
return this.PlacesUtils = tmpScope.PlacesUtils;
});
const LOAD_IN_SIDEBAR_ANNO = "bookmarkProperties/loadInSidebar";
const DESCRIPTION_ANNO = "bookmarkProperties/description";
const LMANNO_FEEDURI = "livemark/feedURI";
const LMANNO_SITEURI = "livemark/siteURI";
const ORGANIZER_FOLDER_ANNO = "PlacesOrganizer/OrganizerFolder";