[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 10:26:01 PST 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115738|review?                     |review-
               Flag|                            |




--- Comment #46 from Darin Adler <darin at apple.com>  2011-11-18 10:26:00 PST ---
(From update of attachment 115738)
View in context: https://bugs.webkit.org/attachment.cgi?id=115738&action=review

> Source/WebCore/css/CSSStyleSelector.cpp:1270
> +    if (wasSimpleDefaultStyleSheet && defaultStyle)
> +        m_matchStyleDeclarationCache.clear();

This code change won’t completely fix the problem. That’s because when loadFullDefaultStyle is called, *all* CSSStyleSelector objects would need to have their match style declarations caches cleared. Not just the one that triggered the call to loadFullDefaultStyle.

Not sure the best way to structure the code to make that happen, though.

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