Approved!
> I've never seen this error before, and I'm not sure what it is complaining > about. Something in the body > of the "_trace" getter method if the swf9 debugger stubs is unhappy. Apparently, you can't use "Function(...)" as a cast operator in AS3, instead you must use "as Function" in this case. On 10/5/2009 2:43 AM, Henry Minsky wrote: > Change 20091004-hqm-K by [email protected] on 2009-10-04 20:39:42 EDT > in /Users/hqm/openlaszlo/trunk6 > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: fix call to trace() in swf9stubs > > New Features: > > Bugs Fixed: LPP-8528 > > Technical Reviewer: andre > QA Reviewer: ptw > Doc Reviewer: (pending) > > Documentation: > > Release Notes: > > Details: > > Call the system 'trace' global function from a static method, so the > scope isn't shadowed by > the local 'trace' method name. > > Tests: > run this case in swf10, nondebug mode. No runtime Flash player error > alert should display > > <canvas height="600"> > <handler name="oninit"> > Debug.debug('view init'); > </handler> > <text>foobar</text> > > </canvas> > > Files: > M WEB-INF/lps/lfc/debugger/swf9stubs.lzs > > Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091004-hqm-K.tar > _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
