Source/WebCore/ChangeLog

 12020-01-14 Ross Kirsling <ross.kirsling@sony.com>
 2
 3 [PlayStation] Add standardUserAgentForURL stub
 4 https://bugs.webkit.org/show_bug.cgi?id=206247
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 * platform/playstation/UserAgentPlayStation.cpp:
 9 (WebCore::standardUserAgentForURL):
 10
1112020-01-14 Philippe Normand <pnormand@igalia.com>
212
313 [GStreamer] Unreviewed build warning fix after r254503

Source/WebCore/platform/playstation/UserAgentPlayStation.cpp

@@String standardUserAgent(const String&, const String&)
3333 return emptyString();
3434}
3535
 36String standardUserAgentForURL(const URL&)
 37{
 38 return emptyString();
 39}
 40
3641} // namespace WebCore