summaryrefslogtreecommitdiff
path: root/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2012-10-23 15:19:45 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2012-10-23 15:19:45 +0200
commitc683e47ee239ec6a36bfbdba0e9e2a3d9ed013d4 (patch)
treedcec03c81268b536503f837c8d93d8a67328faa3 /Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
parent5ea819f80c6840c492386bfafbffb059c7e2091f (diff)
downloadqtwebkit-c683e47ee239ec6a36bfbdba0e9e2a3d9ed013d4.tar.gz
Imported WebKit commit 7136c2962f51f9ea361d9796b069374d0f41c922 (http://svn.webkit.org/repository/webkit/trunk@132195)
Build fix for Windows when building against Qt that was built without Angle support
Diffstat (limited to 'Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp')
-rw-r--r--Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp b/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
index 0ca7569b9..054bfcbf7 100644
--- a/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
+++ b/Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp
@@ -284,7 +284,7 @@ void PageClientImpl::countStringMatchesInCustomRepresentation(const String&, Fin
void PageClientImpl::handleDownloadRequest(DownloadProxy* download)
{
RefPtr<Ewk_Download_Job> ewkDownload = Ewk_Download_Job::create(download, m_viewWidget);
- ewk_context_download_job_add(ewk_view_context_get(m_viewWidget), ewkDownload.get());
+ ewk_view_context_get(m_viewWidget)->addDownloadJob(ewkDownload.get());
}
#if USE(TILED_BACKING_STORE)