Title: [258883] trunk/Source/WebCore
Revision
258883
Author
[email protected]
Date
2020-03-23 15:59:32 -0700 (Mon, 23 Mar 2020)

Log Message

[WPE][GTK] Allow distributors to brand user agent
https://bugs.webkit.org/show_bug.cgi?id=162611

Unreviewed, un-break my previous commit.

Patch by Michael Catanzaro <[email protected]> on 2020-03-23

* platform/glib/UserAgentGLib.cpp:
(WebCore::standardUserAgent):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258882 => 258883)


--- trunk/Source/WebCore/ChangeLog	2020-03-23 22:53:58 UTC (rev 258882)
+++ trunk/Source/WebCore/ChangeLog	2020-03-23 22:59:32 UTC (rev 258883)
@@ -1,3 +1,13 @@
+2020-03-23  Michael Catanzaro  <[email protected]>
+
+        [WPE][GTK] Allow distributors to brand user agent
+        https://bugs.webkit.org/show_bug.cgi?id=162611
+
+        Unreviewed, un-break my previous commit.
+
+        * platform/glib/UserAgentGLib.cpp:
+        (WebCore::standardUserAgent):
+
 2020-03-23  Simon Fraser  <[email protected]>
 
         [iOS WK2] compositing/overflow/dynamic-composited-scrolling-status.html asserts

Modified: trunk/Source/WebCore/platform/glib/UserAgentGLib.cpp (258882 => 258883)


--- trunk/Source/WebCore/platform/glib/UserAgentGLib.cpp	2020-03-23 22:53:58 UTC (rev 258882)
+++ trunk/Source/WebCore/platform/glib/UserAgentGLib.cpp	2020-03-23 22:59:32 UTC (rev 258883)
@@ -152,7 +152,7 @@
         RELEASE_ASSERT_WITH_MESSAGE(isValidUserAgentHeaderValue(userAgent), "%s is not a valid user agent header", userAgent.utf8().data());
         checked = true;
     }
-    ASSERT(isValidUserAgentHeaderValue(userAgent);
+    ASSERT(isValidUserAgentHeaderValue(userAgent));
     return userAgent;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to