summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-20 07:34:00 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-20 07:34:00 (GMT)
commit8327ad579223bf5d3bda8c35d3ec866a861a7788 (patch)
treeb6e72ac60d14700b923dd7c7cf73b098a80d3592
parent6b8b654f370f26d32e900585d37dbe10054777ef (diff)
downloadQt-8327ad579223bf5d3bda8c35d3ec866a861a7788.zip
Qt-8327ad579223bf5d3bda8c35d3ec866a861a7788.tar.gz
Qt-8327ad579223bf5d3bda8c35d3ec866a861a7788.tar.bz2
use PLATFORM(SOLARIS) instead of Qt-specific define
-rw-r--r--src/3rdparty/webkit/JavaScriptCore/runtime/CallData.h2
-rw-r--r--src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/CallData.h b/src/3rdparty/webkit/JavaScriptCore/runtime/CallData.h
index b77ea05..541779c 100644
--- a/src/3rdparty/webkit/JavaScriptCore/runtime/CallData.h
+++ b/src/3rdparty/webkit/JavaScriptCore/runtime/CallData.h
@@ -65,7 +65,7 @@ namespace JSC {
};
#endif
-#if defined(QT_BUILD_SCRIPT_LIB) && defined(Q_OS_SOLARIS)
+#if defined(QT_BUILD_SCRIPT_LIB) && PLATFORM(SOLARIS)
struct
#else
union
diff --git a/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h b/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
index 7418974..477399c 100644
--- a/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
+++ b/src/3rdparty/webkit/JavaScriptCore/runtime/ConstructData.h
@@ -70,7 +70,7 @@ namespace JSC {
};
#endif
-#if defined(QT_BUILD_SCRIPT_LIB) && defined(Q_OS_SOLARIS)
+#if defined(QT_BUILD_SCRIPT_LIB) && PLATFORM(SOLARIS)
struct
#else
union