Closed GoogleCodeExporter closed 9 years ago
Original comment by flier...@gmail.com
on 8 Apr 2010 at 2:00
The root cause is CJavascriptObject::Dump doesn't handle the empty object, when
toString of Element.ClassNames.prototype raise a exception, Dump method will
crash
because the returned empty object can't be convert to string.
Just check the situation, and use the build-in toString when customized
toString
failed.
Please verify the issue with SVN code after r252
Original comment by flier...@gmail.com
on 8 Apr 2010 at 5:05
Verified, thanks!
Original comment by mmura...@dieresys.com.ar
on 8 Apr 2010 at 6:52
You are welcome :)
Original comment by flier...@gmail.com
on 9 Apr 2010 at 1:21
Original issue reported on code.google.com by
mmura...@dieresys.com.ar
on 7 Apr 2010 at 5:23Attachments: