[Webkit-unassigned] [Bug 76848] Eliminate CSSElementStyleDeclaration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 13:01:26 PST 2012


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #123600|review?                     |review+
               Flag|                            |




--- Comment #3 from Andreas Kling <kling at webkit.org>  2012-01-23 13:01:26 PST ---
(From update of attachment 123600)
View in context: https://bugs.webkit.org/attachment.cgi?id=123600&action=review

r=me

> Source/WebCore/css/CSSStyleRule.cpp:-108
> -    if (!doc && m_style->isElementStyleDeclaration()) {
> -        if (StyledElement* element = static_cast<CSSElementStyleDeclaration*>(m_style.get())->element())
> -            doc = element->document();
> -    }

Oh dear. Who put this crap here? :(

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