Closed GoogleCodeExporter closed 9 years ago
What version of Xcode do you use? Are you compiling on Leopard or Tiger?
Original comment by christia...@googlemail.com
on 8 Mar 2009 at 1:45
I just built the project on Snow Leopard. Sending the intValue message to
innerHeight will fail if innerHeight is a
WebUndefined object (or any other object that does not respond to intValue).
To fix this, you must perform the [innerHeight isKindOfClass:[WebUndefined
class]] test BEFORE calling [innerHeight intValue].
Original comment by benz...@gmail.com
on 27 Oct 2009 at 5:13
Fixed this bug in the trunk.
Original comment by christia...@googlemail.com
on 30 Jan 2010 at 9:52
Original issue reported on code.google.com by
googlegr...@gersic.com
on 13 Nov 2008 at 3:12