mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 334189 nsSHistory::PrintHistory should use a string class
r=jag sr=jag
This commit is contained in:
parent
e54c2dab0e
commit
afd0c3050f
@ -464,7 +464,7 @@ nsSHistory::PrintHistory()
|
||||
|
||||
nsCOMPtr<nsILayoutHistoryState> layoutHistoryState;
|
||||
nsCOMPtr<nsIURI> uri;
|
||||
XPIDLString title;
|
||||
nsXPIDLString title;
|
||||
|
||||
entry->GetLayoutHistoryState(getter_AddRefs(layoutHistoryState));
|
||||
nsCOMPtr<nsIHistoryEntry> hEntry(do_QueryInterface(entry));
|
||||
|
Loading…
Reference in New Issue
Block a user