Title: [142254] trunk/Source/WebCore
Revision
142254
Author
[email protected]
Date
2013-02-08 03:58:02 -0800 (Fri, 08 Feb 2013)

Log Message

Build fix for Windows after r141981.

* platform/network/win/ResourceHandleWin.cpp:
(WebCore::ResourceHandle::loadResourceSynchronously):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (142253 => 142254)


--- trunk/Source/WebCore/ChangeLog	2013-02-08 11:51:31 UTC (rev 142253)
+++ trunk/Source/WebCore/ChangeLog	2013-02-08 11:58:02 UTC (rev 142254)
@@ -1,3 +1,10 @@
+2013-02-08  Patrick Gansterer  <[email protected]>
+
+        Build fix for Windows after r141981.
+
+        * platform/network/win/ResourceHandleWin.cpp:
+        (WebCore::ResourceHandle::loadResourceSynchronously):
+
 2013-02-08  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r141695 and r141697.

Modified: trunk/Source/WebCore/platform/network/win/ResourceHandleWin.cpp (142253 => 142254)


--- trunk/Source/WebCore/platform/network/win/ResourceHandleWin.cpp	2013-02-08 11:51:31 UTC (rev 142253)
+++ trunk/Source/WebCore/platform/network/win/ResourceHandleWin.cpp	2013-02-08 11:58:02 UTC (rev 142254)
@@ -419,7 +419,7 @@
     UNUSED_PARAM(storedCredentials);
 
     WebCoreSynchronousLoader syncLoader(error, response, data, request.httpUserAgent());
-    ResourceHandle handle(request, &syncLoader, true, false, context);
+    ResourceHandle handle(context, request, &syncLoader, true, false);
 
     handle.setSynchronousInternetHandle(syncLoader.internetHandle());
     handle.start();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to