X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=tests%2Fsoup.js;h=480606559fce2679712e533786ae0f4ed543b8d6;hb=efa8a665451fe7efc2e125c7315a6b95b0eacde2;hp=23fd0c0cf403c612b62cc064b4a249de4a78876b;hpb=cf850efcb06ac86a093b3e63fccddaec6cef6c82;p=gitlive diff --git a/tests/soup.js b/tests/soup.js index 23fd0c0c..48060655 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -100,7 +100,7 @@ XObject.extend(XMLHttpRequest,{ }, send : function(data) { - msg.set_request('application/x-www-form-urlencoded', Soup.MemoryUse.COPY, data, data.length) + this._message.set_request('application/x-www-form-urlencoded', Soup.MemoryUse.COPY, data, data.length) }, abort : function()