Commit 244b440f11a519bbd0f6a2c5cde90edb1732f2ea

Revert WebCore.pro part of 2761e6f57ecd00c3435dbb8a6cf5f40653195d5d to build QtWebKit with THUMB again

This restores the library size and memory consumption.

Reviewed-by: Janne Koskinen
Reviewed-by: Iain
(cherry picked from commit 86d724590212825ba6db87da75117911880a30a8)
  
2626
2727 # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
2828 # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
29 MMP_RULES += "LINKEROPTION armcc --rw-base 0xE00000"
30 MMP_RULES += ALWAYS_BUILD_AS_ARM
31 QMAKE_CXXFLAGS.ARMCC += -OTime -O3
29 QMAKE_LFLAGS.ARMCC += --rw-base 0xE00000
3230}
3331
3432include($$PWD/../WebKit.pri)