Title: [126143] trunk/Source/WebCore/bridge/qt/qt_runtime.cpp
- Revision
- 126143
- Author
- [email protected]
- Date
- 2012-08-21 01:06:18 -0700 (Tue, 21 Aug 2012)
Log Message
Quick build fix for the build fix ;(
Modified Paths
Diff
Modified: trunk/Source/WebCore/bridge/qt/qt_runtime.cpp (126142 => 126143)
--- trunk/Source/WebCore/bridge/qt/qt_runtime.cpp 2012-08-21 08:04:24 UTC (rev 126142)
+++ trunk/Source/WebCore/bridge/qt/qt_runtime.cpp 2012-08-21 08:06:18 UTC (rev 126143)
@@ -783,7 +783,7 @@
qConvDebug() << "convertQVariantToValue: metatype:" << type << ", isnull: " << variant.isNull();
if (variant.isNull() &&
- !QMetaType::typeFlags(type).testFlag(QMetaType::PointerToQObject)) &&
+ !QMetaType::typeFlags(type).testFlag(QMetaType::PointerToQObject) &&
type != QMetaType::VoidStar &&
type != QMetaType::QString) {
return jsNull();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes