* WebProcess/qt/WebProcessQt.cpp:
(WebKit::WebProcess::platformSetCacheModel):
Remove unnecessary assert.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106939
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-07 Andras Becsi <andras.becsi@nokia.com>
+
+ [Qt] [WK2] Fix the debug build after r106920
+
+ * WebProcess/qt/WebProcessQt.cpp:
+ (WebKit::WebProcess::platformSetCacheModel):
+ Remove unnecessary assert.
+
2012-02-03 Andras Becsi <andras.becsi@nokia.com>
[Qt][WK2] Add the componentComplete method to WebView
QNetworkDiskCache* diskCache = qobject_cast<QNetworkDiskCache*>(m_networkAccessManager->cache());
ASSERT(diskCache);
- ASSERT(WebCore::platformInfo());
uint64_t physicalMemorySizeInMegabytes = physicalMemorySizeInBytes() / 1024 / 1024;
// The Mac port of WebKit2 uses a fudge factor of 1000 here to account for misalignment, however,