gwt /
gwt /
30ac4423368b665eaaa9fee9eb168fcd65ad80aa If you qualify a static field reference with a side-effect causing expression, and the field reference doesn't generate a clinit call, you will reference an undefined field at run time. I fixed this by explicitly qualifying the field reference with "window" in this particular case, but a general solution is needed when we generate JS inside of an anonymous function body, because neither window nor clinit referencing will work then.
Review by: mmendez
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@616 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed