Title: [204933] trunk/Tools
Revision
204933
Author
[email protected]
Date
2016-08-24 14:34:19 -0700 (Wed, 24 Aug 2016)

Log Message

Attempt to fix Windows build after r204918.

Unreviewed build fix.

* DumpRenderTree/win/ResourceLoadDelegate.cpp:
(ResourceLoadDelegate::willSendRequest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204932 => 204933)


--- trunk/Tools/ChangeLog	2016-08-24 21:17:54 UTC (rev 204932)
+++ trunk/Tools/ChangeLog	2016-08-24 21:34:19 UTC (rev 204933)
@@ -1,3 +1,12 @@
+2016-08-24  Ryan Haddad  <[email protected]>
+
+        Attempt to fix Windows build after r204918.
+
+        Unreviewed build fix.
+
+        * DumpRenderTree/win/ResourceLoadDelegate.cpp:
+        (ResourceLoadDelegate::willSendRequest):
+
 2016-08-24  Simon Fraser  <[email protected]>
 
         [iOS DRT] Get basic viewport tests working in DRT

Modified: trunk/Tools/DumpRenderTree/win/ResourceLoadDelegate.cpp (204932 => 204933)


--- trunk/Tools/DumpRenderTree/win/ResourceLoadDelegate.cpp	2016-08-24 21:17:54 UTC (rev 204932)
+++ trunk/Tools/DumpRenderTree/win/ResourceLoadDelegate.cpp	2016-08-24 21:34:19 UTC (rev 204933)
@@ -242,14 +242,6 @@
             descriptionSuitableForTestResult(redirectResponse).c_str());
     }
 
-    if (!done && !gTestRunner->deferMainResourceDataLoad()) {
-        COMPtr<IWebDataSourcePrivate> dataSourcePrivate(Query, dataSource);
-        if (!dataSourcePrivate)
-            return E_FAIL;
-
-        dataSourcePrivate->setDeferMainResourceDataLoad(FALSE);
-    }
-
     if (!done && gTestRunner->willSendRequestReturnsNull())
         return S_OK;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to