[webkit-reviews] review granted: [Bug 178547] Modernize API::DownloadClient : [Attachment 324305] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 19 15:56:31 PDT 2017


Andy Estes <aestes at apple.com> has granted Alex Christensen
<achristensen at apple.com>'s request for review:
Bug 178547: Modernize API::DownloadClient
https://bugs.webkit.org/show_bug.cgi?id=178547

Attachment 324305: Patch

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




--- Comment #4 from Andy Estes <aestes at apple.com> ---
Comment on attachment 324305
  --> https://bugs.webkit.org/attachment.cgi?id=324305
Patch

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

> Source/WebKit/UIProcess/API/APIDownloadClient.h:42
> +enum class AllowOverwrite { No, Yes };

Kinda weird to put this in the place where we're forward declaring things.


More information about the webkit-reviews mailing list