Description: fix crash on Dyson Index: qt5webkit/Source/WTF/wtf/Platform.h =================================================================== --- qt5webkit.orig/Source/WTF/wtf/Platform.h +++ qt5webkit/Source/WTF/wtf/Platform.h @@ -691,7 +691,7 @@ /* Include feature macros */ #include -#if OS(WINDOWS) && !PLATFORM(QT) +#if (OS(WINDOWS) && !PLATFORM(QT)) || OS(SOLARIS) #define USE_SYSTEM_MALLOC 1 #endif