mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
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:
parent
ac982a9e9f
commit
11f0cd2e2b
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user