Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org
This commit is contained in:
Родитель
c400512042
Коммит
44aca05f16
|
@ -597,7 +597,7 @@ nsSHistory::GetCurrentURI(nsIURI** aResultURI)
|
|||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsSHistory::GetReferingURI(nsIURI** aURI)
|
||||
nsSHistory::GetReferringURI(nsIURI** aURI)
|
||||
{
|
||||
*aURI = nsnull;
|
||||
// Not implemented
|
||||
|
@ -624,7 +624,7 @@ nsSHistory::GetSessionHistory(nsISHistory** aSessionHistory)
|
|||
NS_IMETHODIMP
|
||||
nsSHistory::LoadURI(const PRUnichar* aURI,
|
||||
PRUint32 aLoadFlags,
|
||||
nsIURI* aReferingURI,
|
||||
nsIURI* aReferringURI,
|
||||
nsIInputStream* aPostStream,
|
||||
nsIInputStream* aExtraHeaderStream)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче