Reviewers: jlabanca, bruce, Description: The Chrome plugin currently uses a property on every JS object passed to Java to track identity. JSNI code which either blindly copies everything or iterates on the object expecting to find only properties it put there will fail.
This fixes two uses in GWT that were failing with Chrome in DevMode. Please review this at http://gwt-code-reviews.appspot.com/100812 Affected files: user/src/com/google/gwt/i18n/client/Dictionary.java user/src/com/google/gwt/i18n/client/impl/CurrencyList.java user/src/com/google/gwt/junit/server/JUnitHostImpl.java -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
