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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=.


Reply via email to