Changeset 258883 in webkit


Ignore:
Timestamp:
Mar 23, 2020 3:59:32 PM (4 years ago)
Author:
commit-queue@webkit.org
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 <Michael Catanzaro> on 2020-03-23

  • platform/glib/UserAgentGLib.cpp:

(WebCore::standardUserAgent):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r258882 r258883  
     12020-03-23  Michael Catanzaro  <mcatanzaro@gnome.org>
     2
     3        [WPE][GTK] Allow distributors to brand user agent
     4        https://bugs.webkit.org/show_bug.cgi?id=162611
     5
     6        Unreviewed, un-break my previous commit.
     7
     8        * platform/glib/UserAgentGLib.cpp:
     9        (WebCore::standardUserAgent):
     10
    1112020-03-23  Simon Fraser  <simon.fraser@apple.com>
    212
  • trunk/Source/WebCore/platform/glib/UserAgentGLib.cpp

    r258877 r258883  
    153153        checked = true;
    154154    }
    155     ASSERT(isValidUserAgentHeaderValue(userAgent);
     155    ASSERT(isValidUserAgentHeaderValue(userAgent));
    156156    return userAgent;
    157157}
Note: See TracChangeset for help on using the changeset viewer.