[WPE][GTK] Update stale comment in UserAgentGLib.cpp
https://bugs.webkit.org/show_bug.cgi?id=213749

Patch by Michael Catanzaro <mcatanzaro@gnome.org> on 2020-06-30
Reviewed by Adrian Perez de Castro.

Remove outdated comment.

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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@263738 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 3ae4912..c584e17 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2020-06-30  Michael Catanzaro  <mcatanzaro@gnome.org>
+
+        [WPE][GTK] Update stale comment in UserAgentGLib.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=213749
+
+        Reviewed by Adrian Perez de Castro.
+
+        Remove outdated comment.
+
+        * platform/glib/UserAgentGLib.cpp:
+        (WebCore::platformVersionForUAString):
+
 2020-06-30  Youenn Fablet  <youenn@apple.com>
 
         Add VP9 WebRTC codec runtime flag
diff --git a/Source/WebCore/platform/glib/UserAgentGLib.cpp b/Source/WebCore/platform/glib/UserAgentGLib.cpp
index 3e16c7a..b010a39 100644
--- a/Source/WebCore/platform/glib/UserAgentGLib.cpp
+++ b/Source/WebCore/platform/glib/UserAgentGLib.cpp
@@ -64,7 +64,6 @@
 #else
     // We will always claim to be Safari in Intel Mac OS X, since Safari without
     // OS X or anything on ARM triggers mobile versions of some websites.
-    // Version is frozen per https://bugs.webkit.org/show_bug.cgi?id=180365
     static NeverDestroyed<const String> uaOSVersion(MAKE_STATIC_STRING_IMPL("Intel Mac OS X 10_13_4"));
     return uaOSVersion;
 #endif