http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java File user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java (right):
http://gwt-code-reviews.appspot.com/1368803/diff/1003/user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java#newcode77 user/src/com/google/gwt/resources/rebind/context/AbstractClientBundleGenerator.java:77: * private void resourceInitializer() { Resources sometimes depend on each other and expect to be created in an instance of their bundle. For example, the CssResource initialize calls ImageResource methods to inline sprites. If we move the initialization to a static method, it breaks that code. This was the simplest change that didn't break the assumption that we are in an instance context. http://gwt-code-reviews.appspot.com/1368803/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
