+2011-09-14 Alexis Menard <alexis.menard@openbossa.org>
+
+ [Qt] Replace QT_GCC_X as they don't exist in Qt5 anymore.
+ https://bugs.webkit.org/show_bug.cgi?id=68114
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Replace QT_GCC_X variables, they have been removed in Qt5. It was
+ actually wrong to use them because they tell about which GCC version
+ Qt has been compiled, not the current version of GCC use to build webkit.
+ I use gcc -dumpversion to get it.
+
+ * Source/WebKit.pri:
+
2011-09-14 Ulan Degenbaev <ulan@chromium.org>
[v8] Improve performance of typed array copy constructor taking Array