Author: [EMAIL PROTECTED]
Date: Thu Sep 11 15:29:06 2008
New Revision: 3649

Modified:
     
changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/js/JsStringInterner.java

Log:
Removes an accidentally duplicated line in revision 3629 that caused
all interned strings to be included in the output twice.

Modified:  
changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/js/JsStringInterner.java
==============================================================================
---  
changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/js/JsStringInterner.java 
 
(original)
+++  
changes/spoon/runAsync/dev/core/src/com/google/gwt/dev/js/JsStringInterner.java 
 
Thu Sep 11 15:29:06 2008
@@ -183,8 +183,6 @@
        v.accept(program.getFragmentBlock(i));
      }

-    createVars(program.getGlobalBlock(), v.toCreate);
-
      Map<JsName, String> map = new HashMap<JsName, String>();
      for (JsStringLiteral stringLit : v.toCreate.keySet()) {
        map.put(v.toCreate.get(stringLit), stringLit.getValue());

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

Reply via email to