From 2914f7c5bb52e1d81ddf7fd4f9be0aaa1b5ce32e Mon Sep 17 00:00:00 2001 From: "roc+%cs.cmu.edu" Date: Wed, 12 Sep 2007 17:51:21 +0000 Subject: [PATCH] Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin git-svn-id: svn://10.0.0.236/trunk@235876 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/browser/src/nsBookmarksService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/browser/src/nsBookmarksService.cpp b/mozilla/suite/browser/src/nsBookmarksService.cpp index 2b15d9267d7..40602557a05 100644 --- a/mozilla/suite/browser/src/nsBookmarksService.cpp +++ b/mozilla/suite/browser/src/nsBookmarksService.cpp @@ -1741,7 +1741,7 @@ nsBookmarksService::Init() if (NS_SUCCEEDED(useProfile) && profileCount == 1) { ToLowerCase(currentProfileName); - if (currentProfileName.Equals(NS_LITERAL_STRING("default"))) + if (currentProfileName.EqualsLiteral("default")) useProfile = NS_ERROR_FAILURE; } }