diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp')
-rw-r--r-- | Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp b/Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp index 99c4dc58e..eb76f1aed 100644 --- a/Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp +++ b/Source/WebKit2/UIProcess/qt/QtDownloadManager.cpp @@ -142,4 +142,4 @@ void QtDownloadManager::didReceiveDataForDownload(WKContextRef, WKDownloadRef do toQtDownloadManager(clientInfo)->downloadDataReceived(toImpl(download), length); } -} +} // namespace WebKit |