Title should be nsCString (Autos never belong in structures, and the data was always narrow)

git-svn-id: svn://10.0.0.236/trunk@216403 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2006-12-04 06:23:28 +00:00
parent 01e43ed007
commit 6c1793062c

View File

@ -70,7 +70,7 @@ static EmbedGlobalHistory *sEmbedGlobalHistory = nsnull;
typedef struct _HistoryEntry {
PRInt64 mLastVisitTime; // Millisecs
PRPackedBool mWritten; // TRUE if ever persisted
nsAutoString mTitle; // The entry title
nsCString mTitle; // The entry title
char *url; // The url itself
} HistoryEntry;