Reviewers: bobv, Description: Fixes internal type hierarchy for overlay types.
All interfaces implemented by any overlay types are now directly implemented by JSO itself. This resolves a subtle bug where things could get tightened to subclasses of JSO, which is never correct. Please review this at http://gwt-code-reviews.appspot.com/54802 Affected files: dev/core/src/com/google/gwt/dev/jjs/ast/JTypeOracle.java dev/core/src/com/google/gwt/dev/jjs/impl/ControlFlowAnalyzer.java dev/core/src/com/google/gwt/dev/jjs/impl/JavaScriptObjectNormalizer.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
