[Webkit-unassigned] [Bug 48906] Random crash after some tens of minutes of use in r71186/WinXP

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 10 06:11:37 PST 2010


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





--- Comment #11 from Adam Roben (aroben) <aroben at apple.com>  2010-11-10 06:11:37 PST ---
(In reply to comment #10)
> (From update of attachment 73491 [details])
> FOLLOWUP_IP: 
> WebKit!WebCore::CSSStyleSelector::applyProperty+27 [c:\cygwin\home\buildbot\slave\windows-release-archive\build\opensource\webcore\css\cssstyleselector.cpp @ 3139]
> 035e9347 84c0            test    al,al

Line 3139 is the if statement in the following code:

void CSSStyleSelector::applyProperty(int id, CSSValue *value)
{
    CSSPrimitiveValue* primitiveValue = 0;
    if (value->isPrimitiveValue())
        primitiveValue = static_cast<CSSPrimitiveValue*>(value);

-- 
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