[Webkit-unassigned] [Bug 13129] Democracy Player dies in NSException from WebScriptObject on startup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 31 12:12:46 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13129





------- Comment #8 from timothy at hatcher.name  2007-03-31 12:12 PDT -------
Count and objectAtIndex: was added to better support bindings. Fixed in bug
8389.

Does Democracy Player blow up on the presence of count? Or the fact that
calling count throws an exception?

We could simply put a @try/@catch in count to prevent the exception. We could
also call lower level JavaScriptCore methods to see if the script object has
the count property first. That would be faster than a @try/@catch.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list