Revision: 7186
Author: [email protected]
Date: Wed Nov 25 09:16:46 2009
Log: Fix for XSLinker, to catch up to $sessionId
http://code.google.com/p/google-web-toolkit/source/detail?r=7186

Modified:
  /trunk/dev/core/src/com/google/gwt/core/linker/XSLinker.java

=======================================
--- /trunk/dev/core/src/com/google/gwt/core/linker/XSLinker.java        Wed Oct 
21  
13:20:55 2009
+++ /trunk/dev/core/src/com/google/gwt/core/linker/XSLinker.java        Wed Nov 
25  
09:16:46 2009
@@ -79,6 +79,8 @@
      out.newlineOpt();
      out.print("var $stats = $wnd.__gwtStatsEvent ? function(a) {return  
$wnd.__gwtStatsEvent(a);} : null;");
      out.newlineOpt();
+    out.print("var $sessionId = $wnd.__gwtStatsSessionId ?  
$wnd.__gwtStatsSessionId : null;");
+    out.newlineOpt();
      out.print("$stats && $stats({moduleName:'" + context.getModuleName()
          + "',sessionId:$sessionId"
          + ",subSystem:'startup',evtGroup:'moduleStartup'"

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

Reply via email to