зеркало из https://github.com/mozilla/gecko-dev.git
Bug 334189 nsSHistory::PrintHistory should use a string class
r=jag sr=jag
This commit is contained in:
Родитель
e54c2dab0e
Коммит
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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче