[Webkit-unassigned] [Bug 57886] Defer repaints during style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 15:02:23 PDT 2011


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #88312|review?                     |review+
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2011-04-05 15:02:24 PST ---
(From update of attachment 88312)
View in context: https://bugs.webkit.org/attachment.cgi?id=88312&action=review

> Source/WebCore/dom/Document.cpp:1566
> -    if (view())
> -        view()->resumeScheduledEvents();
> +    if (frameView) {

Is there any change that view() could become 0 during the process of style recalculation?

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