2003/11/03 06:32:55
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 7295f1f..eca310f 100644 (file)
@@ -780,7 +780,7 @@ public class HTTP {
                     if (Log.on) Log.log(Proxy.class, script);
                 }
 
-                JS.CompiledFunction scr = JS.parse("PAC script at " + url, 0, new StringReader(script));
+                Function scr = JS.parse("PAC script at " + url, 0, new StringReader(script));
                 // FIXME
                 /*
                 scr.call(new JS.Array(), proxyAutoConfigRootScope);