2003/06/16 08:55:37
[org.ibex.core.git] / src / org / xwt / js / JS.java
index 24f133a..1e246b1 100644 (file)
@@ -124,7 +124,7 @@ public abstract class JS {
 
         CompiledFunction currentCompiledFunction = null;
         Vec stack = new Vec();
-        private int line = -1;
+        int line = -1;
 
         /** binds this thread to the current Java Thread */
         public void bindToCurrentJavaThread() { javaThreadToJSThread.put(java.lang.Thread.currentThread(), this); }