Revision: 10677
Author:   emmanu...@google.com
Date:     Sun Oct  2 22:58:27 2011
Log:      Remove entrDepthWatchdog exception reporting.

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10677

Modified:
 /trunk/user/src/com/google/gwt/core/client/impl/Impl.java

=======================================
--- /trunk/user/src/com/google/gwt/core/client/impl/Impl.java Tue Sep 6 06:11:27 2011 +++ /trunk/user/src/com/google/gwt/core/client/impl/Impl.java Sun Oct 2 22:58:27 2011
@@ -293,13 +293,7 @@
     // Note: this must NEVER be called nested in a $entry() call.
// This method is call from a "setTimeout": entryDepth should be set to 0.
     if (GWT.isScript() && entryDepth != 0) {
-      int oldDepth = entryDepth;
       entryDepth = 0;
-      if (GWT.getUncaughtExceptionHandler() != null) {
-        // Report the problem.
-        GWT.getUncaughtExceptionHandler().onUncaughtException(
- new IllegalStateException("Invalid entryDepth value " + oldDepth));
-      }
     }
     watchdogEntryDepthTimerId = -1;  // Timer has run.
   }

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to