[Webkit-unassigned] [Bug 187156] REGRESSION (233281): fast/dom/location-new-window-no-crash.html and some other tests are timing out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 17:36:25 PDT 2018


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #12 from Darin Adler <darin at apple.com> ---
Comment on attachment 343856
  --> https://bugs.webkit.org/attachment.cgi?id=343856
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=343856&action=review

> Source/WebCore/style/StyleTreeResolver.cpp:633
> +        for (size_t i = 0; i < queue.size(); ++i) {
> +            if (auto* page = queue[i]->page())
> +                page->setMemoryCacheClientCallsEnabled(true);
> +        }

Why not a modern for loop?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180630/dcfe5fb4/attachment.html>


More information about the webkit-unassigned mailing list