Title: [137043] releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkitwebsettings.cpp
Revision
137043
Author
[email protected]
Date
2012-12-08 11:18:21 -0800 (Sat, 08 Dec 2012)

Log Message

Update the Chromium version we expose in our User-Agent to match the stable one used when we branched

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkitwebsettings.cpp (137042 => 137043)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkitwebsettings.cpp	2012-12-08 19:18:01 UTC (rev 137042)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkitwebsettings.cpp	2012-12-08 19:18:21 UTC (rev 137043)
@@ -186,7 +186,7 @@
 
     DEFINE_STATIC_LOCAL(const String, uaVersion, (makeString(String::number(WEBKIT_USER_AGENT_MAJOR_VERSION), '.', String::number(WEBKIT_USER_AGENT_MINOR_VERSION), '+')));
     DEFINE_STATIC_LOCAL(const String, staticUA, (makeString("Mozilla/5.0 (", webkitPlatform(), webkitOSVersion(), ") AppleWebKit/", uaVersion) +
-                                                 makeString(" (KHTML, like Gecko) Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/", uaVersion)));
+                                                 makeString(" (KHTML, like Gecko) Chromium/23.0.1271.95 Chrome/23.0.1271.95 Safari/", uaVersion)));
 
     return staticUA;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to