[webkit-reviews] review granted: [Bug 186018] [LFC] Add layout tree verification. : [Attachment 341456] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 10:00:51 PDT 2018


Antti Koivisto <koivisto at iki.fi> has granted zalan <zalan at apple.com>'s request
for review:
Bug 186018: [LFC] Add layout tree verification.
https://bugs.webkit.org/show_bug.cgi?id=186018

Attachment 341456: Patch

https://bugs.webkit.org/attachment.cgi?id=341456&action=review




--- Comment #3 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 341456
  --> https://bugs.webkit.org/attachment.cgi?id=341456
Patch

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

> Source/WebCore/layout/Verification.cpp:44
> +    auto outputRect = [&stream, &renderer, &layoutBox,
&firstMismatchingRect] (const String& prefix, const LayoutRect& rendererRect,
const LayoutRect& layoutRect) {

Maybe just [&]?


More information about the webkit-reviews mailing list