[Webkit-unassigned] [Bug 164922] [SOUP] Simplify custom protocols handler implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 21 06:17:30 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164922

--- Comment #14 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 295159
  --> https://bugs.webkit.org/attachment.cgi?id=295159
Patch

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

>> Source/WebKit2/UIProcess/API/efl/ewk_url_scheme_request_private.h:59
>> +    WebKit::CustomProtocolManagerProxy* manager() const { return m_wkRequestManager; }
> 
> The return value here should be a const pointer. If you need to return a non-const pointer, then you should add an overload that is not a const member function.

This is EFL code I can't test, so I prefer to not change anything in this part, unless EFL guys confirm the change is ok.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161121/2fe037df/attachment-0001.html>


More information about the webkit-unassigned mailing list