[Webkit-unassigned] [Bug 82728] Split remaining CSSRules into internal and CSSOM types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 08:19:59 PDT 2012


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





--- Comment #27 from Antti Koivisto <koivisto at iki.fi>  2012-04-02 08:19:58 PST ---
(In reply to comment #24)
> Is this always a safe call? StyleRuleImport constructor always take a stylesheet as a parameter but clearParentStyleSheet is called in various places. Is there a scenario where the importRule will not have a parentStyleSheet?

Added null check.

> > Source/WebCore/css/CSSStyleSheet.cpp:175
> > +            m_childRuleCSSOMWrappers[i]->setParentStyleSheet(0);
> 
> Seems like the indentation is wrong.

I don't see it.

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