[Webkit-unassigned] [Bug 110750] Web Inspector: CSS.styleSheetChanged before @import rules are loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 07:29:05 PST 2013


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


Alexander Pavlov (apavlov) <apavlov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koivisto at iki.fi




--- Comment #5 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2013-02-27 07:31:28 PST ---
The root cause:

PassRefPtr<CSSRuleList> StyleResolver::pseudoStyleRulesForElement(Element* e, PseudoId pseudoId, unsigned rulesToInclude)
{
    if (!e || !e->document()->haveStylesheetsLoaded())
        return 0;
...

Antti, any ideas? Is it safe to just remove the second part of this check?

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