Title: [128474] trunk/Source/WebCore
- Revision
- 128474
- Author
- [email protected]
- Date
- 2012-09-13 09:24:37 -0700 (Thu, 13 Sep 2012)
Log Message
Unreviewed prospective Qt/MSVC build fix.
* platform/qt/UserAgentQt.cpp:
(WebCore::UserAgentQt::standardUserAgent): Try to make the conversion from the 8-bit
String to a QLatin1String successful.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (128473 => 128474)
--- trunk/Source/WebCore/ChangeLog 2012-09-13 16:18:21 UTC (rev 128473)
+++ trunk/Source/WebCore/ChangeLog 2012-09-13 16:24:37 UTC (rev 128474)
@@ -1,3 +1,11 @@
+2012-09-13 Simon Hausmann <[email protected]>
+
+ Unreviewed prospective Qt/MSVC build fix.
+
+ * platform/qt/UserAgentQt.cpp:
+ (WebCore::UserAgentQt::standardUserAgent): Try to make the conversion from the 8-bit
+ String to a QLatin1String successful.
+
2012-09-13 Lauro Neto <[email protected]>
[Qt][WK2] fast/forms/access-key-for-all-elements.html fails
Modified: trunk/Source/WebCore/platform/qt/UserAgentQt.cpp (128473 => 128474)
--- trunk/Source/WebCore/platform/qt/UserAgentQt.cpp 2012-09-13 16:18:21 UTC (rev 128473)
+++ trunk/Source/WebCore/platform/qt/UserAgentQt.cpp 2012-09-13 16:24:37 UTC (rev 128474)
@@ -86,7 +86,7 @@
#ifdef Q_OS_AIX
"AIX"
#elif defined Q_OS_WIN32
- windowsVersionForUAString()
+ windowsVersionForUAString().latin1().data()
#elif defined Q_OS_DARWIN
#ifdef __i386__ || __x86_64__
"Intel Mac OS X"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes