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

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


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





--- Comment #4 from Darin Adler <darin at apple.com>  2011-04-05 15:02:58 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 (frameView) {
> 
> Is there any change that view() could become 0 during the process of style recalculation?

chance, not change

> Source/WebCore/dom/Document.cpp:1568
> +        frameView->endDeferredRepaints();

Is there any chance that repaints were already deferred and we are ending the deferral too soon?

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