2011-04-06 Siddharth Mathur <siddharth.mathur@nokia.com>
Reviewed by Benjamin Poulain. [Qt][WK2][Symbian] Remove use of stack arrays with variable size https://bugs.webkit.org/show_bug.cgi?id=57877 For better compiler portability, use new/delete for arrays when size isn't known at compile time. Also fix one compiler warning about bitshift operations on signed integers. * Platform/CoreIPC/qt/ConnectionQt.cpp: (CoreIPC::Connection::readyReadHandler): (CoreIPC::Connection::sendOutgoingMessage): git-svn-id: svn://svn.chromium.org/blink/trunk@83116 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment