From: Alan Knowles Date: Sun, 27 May 2012 07:44:13 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=efa8a665451fe7efc2e125c7315a6b95b0eacde2 tests/soup.js --- 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()