[webkit-reviews] review granted: [Bug 215696] Cocoa WebSocketTask should expose WebSocket server extensions : [Attachment 406926] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 09:44:32 PDT 2020


Darin Adler <darin at apple.com> has granted youenn fablet <youennf at gmail.com>'s
request for review:
Bug 215696: Cocoa WebSocketTask should expose WebSocket server extensions
https://bugs.webkit.org/show_bug.cgi?id=215696

Attachment 406926: Patch

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




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

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

> Source/WebKit/NetworkProcess/cocoa/WebSocketTaskCocoa.mm:99
> +    auto *response = [m_task response];

I suggest just auto here. I don’t think the * adds anything.


More information about the webkit-reviews mailing list