[webkit-reviews] review granted: [Bug 173095] [GTK] Use API::Findclient instead of the C API in WebKitFindController : [Attachment 312294] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 8 06:33:45 PDT 2017


Zan Dobersek <zan at falconsigh.net> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 173095: [GTK] Use API::Findclient instead of the C API in
WebKitFindController
https://bugs.webkit.org/show_bug.cgi?id=173095

Attachment 312294: Patch

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




--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 312294
  --> https://bugs.webkit.org/attachment.cgi?id=312294
Patch

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

> Source/WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:133
> +    WebKitFindController* m_findController { nullptr };

We don't have to initialize this to nullptr here since the constructor
initializes it anyway.


More information about the webkit-reviews mailing list