[Webkit-unassigned] [Bug 71703] REGRESSION(r98542): Chromium: CSS text is rendered on page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 17:04:47 PST 2011


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





--- Comment #52 from Antti Koivisto <koivisto at iki.fi>  2011-11-18 17:04:47 PST ---
That won't work, the correct test is !simpleDefaultStyleSheet

It would be better to treat it as non-cacheable already here (setting hash to zero) so you don't even try a lookup.

2283void CSSStyleSelector::applyMatchedDeclarations(const MatchResult& matchResult)
2284{
2285    unsigned cacheHash = matchResult.isCacheable ? computeDeclarationHash(m_matchedDecls.data(), m_matchedDecls.size()) : 0;

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