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:
parent
01e43ed007
commit
6c1793062c
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user