You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
732 B
14 lines
732 B
6 years ago
|
diff -up webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp
|
||
|
--- webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp.orig 2016-10-12 07:59:25.670057792 +0200
|
||
|
+++ webkitglib-2.14.1/Source/WebCore/platform/glib/UserAgentGLib.cpp 2016-10-12 08:01:06.251878684 +0200
|
||
|
@@ -85,6 +85,9 @@ static String buildUserAgentString(const UserAgentQuirks& quirks)
|
||
|
else {
|
||
|
uaString.append(platformForUAString());
|
||
|
uaString.appendLiteral("; ");
|
||
|
+#if defined(USER_AGENT_GTK_DISTRIBUTOR_NAME)
|
||
|
+ uaString.appendLiteral(USER_AGENT_GTK_DISTRIBUTOR_NAME "; ");
|
||
|
+#endif
|
||
|
uaString.append(platformVersionForUAString());
|
||
|
}
|
||
|
|