Title: [137830] trunk/Source/WebKit2
Revision
137830
Author
[email protected]
Date
2012-12-15 18:47:55 -0800 (Sat, 15 Dec 2012)

Log Message

Happy little Qt build fix.

* UIProcess/WebContext.cpp:
(WebKit::WebContext::download):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (137829 => 137830)


--- trunk/Source/WebKit2/ChangeLog	2012-12-16 02:41:39 UTC (rev 137829)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-16 02:47:55 UTC (rev 137830)
@@ -1,3 +1,10 @@
+2012-12-15  Anders Carlsson  <[email protected]>
+
+        Happy little Qt build fix.
+
+        * UIProcess/WebContext.cpp:
+        (WebKit::WebContext::download):
+
 2012-12-15  Alexey Proskuryakov  <[email protected]>
 
         <rdar://problem/12886312> Cannot upload patches to Bugzilla (<input type=file> doesn't work)

Modified: trunk/Source/WebKit2/UIProcess/WebContext.cpp (137829 => 137830)


--- trunk/Source/WebKit2/UIProcess/WebContext.cpp	2012-12-16 02:41:39 UTC (rev 137829)
+++ trunk/Source/WebKit2/UIProcess/WebContext.cpp	2012-12-16 02:47:55 UTC (rev 137830)
@@ -714,7 +714,7 @@
 
 #if PLATFORM(QT)
     ASSERT(initiatingPage); // Our design does not suppport downloads without a WebPage.
-    initiatingPage->handleDownloadRequest(download);
+    initiatingPage->handleDownloadRequest(downloadProxy);
 #endif
 
     m_processes[0]->send(Messages::WebProcess::DownloadRequest(downloadProxy->downloadID(), initiatingPageID, request), 0);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to