>
> Can you apply this patch to a local GWT trunk build and see if it helps: 
>
> http://gwt-code-reviews.appspot.com/1513803/ 
>

Using trunk with your patch does not solve the issue.

In the first split point the code

_ = CustomPlace_2.prototype = CustomPlace_0.prototype = 
CustomPlace.prototype = new AbstractPlace;

is replaced with

defineSeed(2037, 2025, makeCastMap([Q$Place, Q$AbstractPlace, Q$IPlace, 
Q$CustomPlace]), CustomPlace_0, CustomPlace_2);

and in the second split point there is no equivalent defineSeed() method 
call which contains CustomPlace_1. 

So I still see ClassCastExceptions.


-- J.

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

Reply via email to