mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
fix build bustage
This commit is contained in:
parent
42eed0b24c
commit
98e31d90cd
@ -977,7 +977,7 @@ nsSafariProfileMigrator::CopyBookmarks(PRBool aReplace)
|
||||
if (children) {
|
||||
rv = ParseBookmarksFolder(children, folder, bms, PR_TRUE);
|
||||
#ifdef MOZ_PLACES_BOOKMARKS
|
||||
if (NS_SUCCEEDED(rv) {
|
||||
if (NS_SUCCEEDED(rv)) {
|
||||
// after importing the favorites,
|
||||
// we need to set this pref so that on startup
|
||||
// we don't blow away what we just imported
|
||||
|
Loading…
x
Reference in New Issue
Block a user