[webkit-reviews] review granted: [Bug 183326] CoordinatedGraphicsScene: properly limit data specific to state commit operation : [Attachment 334993] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 01:05:44 PST 2018


Sergio Villar Senin <svillar at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 183326: CoordinatedGraphicsScene: properly limit data specific to state
commit operation
https://bugs.webkit.org/show_bug.cgi?id=183326

Attachment 334993: Patch

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




--- Comment #2 from Sergio Villar Senin <svillar at igalia.com> ---
Comment on attachment 334993
  --> https://bugs.webkit.org/attachment.cgi?id=334993
Patch

Why not using a RAII approach? CommitScope could be a class and the cleanups
could be done in the destructor which would be called once the variable gets
out of scope.


More information about the webkit-reviews mailing list