Heh, you're right this is really ugly. However, it may be worth a try, but not on my work code ;-)
On Nov 12, 1:28 am, bmalkow <[email protected]> wrote: > I have solution for it. UGLY UGLY UGLY solution, but it allows me to > work until problem is not fixed: > > Index: dev/mac/src/com/google/gwt/dev/shell/mac/LowLevelSaf.java > =================================================================== > --- dev/mac/src/com/google/gwt/dev/shell/mac/LowLevelSaf.java > (revision 6868) > +++ dev/mac/src/com/google/gwt/dev/shell/mac/LowLevelSaf.java (working > copy) > @@ -89,7 +89,7 @@ > > public static native void gcProtect(int jsContext, int jsValue); > > - public static native void gcUnprotect(int jsContext, int jsValue); > + public static void gcUnprotect(int jsContext, int jsValue){} > > public static native int getArgc(); -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=.
