mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 176186, XMLHttpRequest does not set document URL. Patch from sicking, r=heikki, sr=peterv.
This commit is contained in:
parent
3909e87067
commit
feed02842f
@ -1264,7 +1264,7 @@ nsXMLHttpRequest::Send(nsIVariant *aBody)
|
|||||||
rv = document->StartDocumentLoad(kLoadAsData, mChannel,
|
rv = document->StartDocumentLoad(kLoadAsData, mChannel,
|
||||||
loadGroup, nsnull,
|
loadGroup, nsnull,
|
||||||
getter_AddRefs(listener),
|
getter_AddRefs(listener),
|
||||||
PR_FALSE);
|
PR_TRUE);
|
||||||
|
|
||||||
#ifdef IMPLEMENT_SYNC_LOAD
|
#ifdef IMPLEMENT_SYNC_LOAD
|
||||||
if (NS_FAILED(rv)) {
|
if (NS_FAILED(rv)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user