[webkit-reviews] review granted: [Bug 223148] Improve coding style of CSSPropertyAnimation.cpp : [Attachment 423108] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 14 13:24:05 PDT 2021


Darin Adler <darin at apple.com> has granted Antoine Quint <graouts at webkit.org>'s
request for review:
Bug 223148: Improve coding style of CSSPropertyAnimation.cpp
https://bugs.webkit.org/show_bug.cgi?id=223148

Attachment 423108: Patch

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




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

A lot of this code also uses pointers that are required to be non-null rather
than references. Like the RenderStyle and the clients.


More information about the webkit-reviews mailing list