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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 00:02:30 PST 2011


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #13 from Eric Seidel <eric at webkit.org>  2011-03-09 00:02:30 PST ---
There is some #if 0 code in WebCore which references this bug:

#if 0 

// FIXME: We'd like to add this, but we can't do that until this issue is resolved:
// http://bugs.webkit.org/show_bug.cgi?id=13129: presence of 'count' method on
// WebScriptObject breaks Democracy player.

- (unsigned)count
{
    id length = [self valueForKey:@"length"];
    if (![length respondsToSelector:@selector(intValue)])
        return 0;
    return [length intValue];
}

#endif

Can we turn that on now?

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



More information about the webkit-unassigned mailing list