[webkit-reviews] review granted: [Bug 218424] Start removing functions that implicitly use composed tree : [Attachment 412872] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 20:26:02 PST 2020


Ryosuke Niwa <rniwa at webkit.org> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 218424: Start removing functions that implicitly use composed tree
https://bugs.webkit.org/show_bug.cgi?id=218424

Attachment 412872: Patch

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




--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 412872
  --> https://bugs.webkit.org/attachment.cgi?id=412872
Patch

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

> Source/WebCore/testing/Internals.cpp:6011
> +    if (is_eq(ordering))
> +	   return "equivalent"_s;

Isn't this usually called "equal"?


More information about the webkit-reviews mailing list