Title: [254526] trunk/Source/WebCore
Revision
254526
Author
[email protected]
Date
2020-01-14 12:46:52 -0800 (Tue, 14 Jan 2020)

Log Message

[PlayStation] Add standardUserAgentForURL stub
https://bugs.webkit.org/show_bug.cgi?id=206247

Reviewed by Don Olmstead.

* platform/playstation/UserAgentPlayStation.cpp:
(WebCore::standardUserAgentForURL):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (254525 => 254526)


--- trunk/Source/WebCore/ChangeLog	2020-01-14 20:19:46 UTC (rev 254525)
+++ trunk/Source/WebCore/ChangeLog	2020-01-14 20:46:52 UTC (rev 254526)
@@ -1,3 +1,13 @@
+2020-01-14  Ross Kirsling  <[email protected]>
+
+        [PlayStation] Add standardUserAgentForURL stub
+        https://bugs.webkit.org/show_bug.cgi?id=206247
+
+        Reviewed by Don Olmstead.
+
+        * platform/playstation/UserAgentPlayStation.cpp:
+        (WebCore::standardUserAgentForURL):
+
 2020-01-14  Kenneth Russell  <[email protected]>
 
         Need workaround for crash in Intel OpenGL driver related to texture copying feedback loops

Modified: trunk/Source/WebCore/platform/playstation/UserAgentPlayStation.cpp (254525 => 254526)


--- trunk/Source/WebCore/platform/playstation/UserAgentPlayStation.cpp	2020-01-14 20:19:46 UTC (rev 254525)
+++ trunk/Source/WebCore/platform/playstation/UserAgentPlayStation.cpp	2020-01-14 20:46:52 UTC (rev 254526)
@@ -33,4 +33,9 @@
     return emptyString();
 }
 
+String standardUserAgentForURL(const URL&)
+{
+    return emptyString();
+}
+
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to