Unreviewed build fix for PlayStation
Pull request: https://github.com/WebKit/WebKit/pull/6846
Committed 257056@main (675d141bdcf7): <https://commits.webkit.org/257056@main> Reviewed commits have been landed. Closing PR #6846 and removing active labels.
<rdar://problem/102701329>
This is not quite right. WTF should never need prefixes at call sites, all symbols that are expected to be used outside WTF need to be exported with `using`.
(In reply to Alexey Proskuryakov from comment #4) > This is not quite right. WTF should never need prefixes at call sites, all > symbols that are expected to be used outside WTF need to be exported with > `using`. This change is a fix for https://github.com/WebKit/WebKit/commit/b1f94e7ba1ccdedaa103189b6979a9839a6cdcec, such that the newly-added ArgumentCodersUnix.h is in alignment with the existing ArgumentCodersDarwin.h and ArgumentCodersWin.h.