[webkit-reviews] review granted: [Bug 76848] Eliminate CSSElementStyleDeclaration : [Attachment 123600] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 23 13:01:25 PST 2012
Andreas Kling <kling at webkit.org> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 76848: Eliminate CSSElementStyleDeclaration
https://bugs.webkit.org/show_bug.cgi?id=76848
Attachment 123600: patch
https://bugs.webkit.org/attachment.cgi?id=123600&action=review
------- Additional Comments from Andreas Kling <kling at webkit.org>
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? :(
More information about the webkit-reviews
mailing list