[Webkit-unassigned] [Bug 29620] SVGStyledElement::getPresentationAttribute() can return a shared CSSValue (some SVG tests randomly fail on the bot, and in release builds)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 13:52:11 PDT 2009


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





--- Comment #16 from Eric Seidel <eric at webkit.org>  2009-10-27 13:52:10 PDT ---
Do I need to call:
        setNeedsStyleRecalc();
or
        if (namedAttrMap)
            mappedAttributes()->declRemoved();
?

Grepping through the source code for setDecl(0) yields conflicting examples. 
I'm not really sure when declRemoved() and declAdded() should be called.  I
think those functions probably need clearer names.

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