[+rice] LGTM
On Wed, Nov 25, 2009 at 1:20 AM, <[email protected]> wrote: > Reviewers: bobv, Lex, > > Description: > Bob, I think we forgot this one... > > Please review this at http://gwt-code-reviews.appspot.com/111811 > > Affected files: > dev/core/src/com/google/gwt/core/linker/XSLinker.java > > > Index: dev/core/src/com/google/gwt/core/linker/XSLinker.java > =================================================================== > --- dev/core/src/com/google/gwt/core/linker/XSLinker.java (revision > 7176) > +++ dev/core/src/com/google/gwt/core/linker/XSLinker.java (working > copy) > @@ -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'" > > > -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
