Title: [207114] releases/WebKitGTK/webkit-2.14/Source/WebCore
Revision
207114
Author
[email protected]
Date
2016-10-11 06:23:23 -0700 (Tue, 11 Oct 2016)

Log Message

Merge r206436 - Unreviewed typo fix

* platform/gtk/UserAgentGtk.cpp:
(WebCore::standardUserAgent):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.14/Source/WebCore/ChangeLog (207113 => 207114)


--- releases/WebKitGTK/webkit-2.14/Source/WebCore/ChangeLog	2016-10-11 13:16:58 UTC (rev 207113)
+++ releases/WebKitGTK/webkit-2.14/Source/WebCore/ChangeLog	2016-10-11 13:23:23 UTC (rev 207114)
@@ -1,3 +1,10 @@
+2016-09-27  Michael Catanzaro  <[email protected]>
+
+        Unreviewed typo fix
+
+        * platform/gtk/UserAgentGtk.cpp:
+        (WebCore::standardUserAgent):
+
 2016-09-26  Antti Koivisto  <[email protected]>
 
         Input elements don't work inside shadow tree

Modified: releases/WebKitGTK/webkit-2.14/Source/WebCore/platform/gtk/UserAgentGtk.cpp (207113 => 207114)


--- releases/WebKitGTK/webkit-2.14/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-10-11 13:16:58 UTC (rev 207113)
+++ releases/WebKitGTK/webkit-2.14/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-10-11 13:23:23 UTC (rev 207114)
@@ -158,7 +158,7 @@
     //
     // Forming a functional user agent is really difficult. We must mention Safari, because some
     // sites check for that when detecting WebKit browsers. Additionally some sites assume that
-    // browsers that are "Safari" but not running on OS X are the Safari iOS browse. Getting this
+    // browsers that are "Safari" but not running on OS X are the Safari iOS browser. Getting this
     // wrong can cause sites to load the wrong _javascript_, CSS, or custom fonts. In some cases
     // sites won't load resources at all.
     if (applicationName.isEmpty())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to