From ff074db8d73139e51979b7e66f99050349a32f95 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 7 Apr 2010 14:25:20 +0200 Subject: QtWebKit: Build fix for WinCE. Moved the include of an incompatible header inside platform guard macros. This commit should be overwritten with the next WebKit import. Reviewed-by: Simon Hausmann --- .../webkit/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/webkit/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp b/src/3rdparty/webkit/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp index dd1db4e..4d3c847 100644 --- a/src/3rdparty/webkit/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp +++ b/src/3rdparty/webkit/JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp @@ -27,10 +27,10 @@ #include "ExecutableAllocator.h" -#include - #if ENABLE(ASSEMBLER) && OS(DARWIN) && CPU(X86_64) +#include + #include "TCSpinLock.h" #include #include -- cgit v0.12