From efa8a665451fe7efc2e125c7315a6b95b0eacde2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 27 May 2012 15:44:13 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2