[Webkit-unassigned] [Bug 189993] REGRESSION(r236365): [GTK] Many form-related tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 9 07:04:25 PST 2018


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

--- Comment #5 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 354334
  --> https://bugs.webkit.org/attachment.cgi?id=354334
Patch

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

> Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp:77
> -        return switchOn(element.data,
> +        switchOn(element.data,

It's a shame the compiler didn't warn about this, actually. I guess because switchOn returns void, it figures the return type of the function matches... but still, nobody would write this intentionally. :(

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181109/bba6c433/attachment.html>


More information about the webkit-unassigned mailing list