Brian Slesinsky has posted comments on this change.

Change subject: Avoid running JsInliner on the full JavaScript tree.
......................................................................


Patch Set 8:

(1 comment)

....................................................
File dev/core/src/com/google/gwt/dev/js/JsInliner.java
Line 1410:         if (invoker == null || invoker == function) {
Should this be:
 if (invoker == null && function != functionStack.peek())
  ...
} else {
  ...
}


--
To view, visit https://gwt-review.googlesource.com/1930
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iba3cedf4f001f216509f2c3d003ed7fe25725708
Gerrit-PatchSet: 8
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Roberto Lublinerman <rlu...@google.com>
Gerrit-Reviewer: Brian Slesinsky <skybr...@google.com>
Gerrit-Reviewer: John A. Tamplin <j...@jaet.org>
Gerrit-Reviewer: Ray Cromwell <cromwell...@google.com>
Gerrit-Reviewer: Roberto Lublinerman <rlu...@google.com>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>
Gerrit-HasComments: Yes

--
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "Google Web Toolkit Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to