Title: [147954] trunk/Source/WebCore
- Revision
- 147954
- Author
- [email protected]
- Date
- 2013-04-08 14:41:30 -0700 (Mon, 08 Apr 2013)
Log Message
Fix build.
* platform/network/ResourceHandle.cpp:
(WebCore::ResourceHandle::continueDidReceiveResponse):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (147953 => 147954)
--- trunk/Source/WebCore/ChangeLog 2013-04-08 21:31:52 UTC (rev 147953)
+++ trunk/Source/WebCore/ChangeLog 2013-04-08 21:41:30 UTC (rev 147954)
@@ -1,5 +1,12 @@
2013-04-08 Anders Carlsson <[email protected]>
+ Fix build.
+
+ * platform/network/ResourceHandle.cpp:
+ (WebCore::ResourceHandle::continueDidReceiveResponse):
+
+2013-04-08 Anders Carlsson <[email protected]>
+
Add an async version of ResourceHandle::didReceiveResponse
https://bugs.webkit.org/show_bug.cgi?id=114215
Modified: trunk/Source/WebCore/platform/network/ResourceHandle.cpp (147953 => 147954)
--- trunk/Source/WebCore/platform/network/ResourceHandle.cpp 2013-04-08 21:31:52 UTC (rev 147953)
+++ trunk/Source/WebCore/platform/network/ResourceHandle.cpp 2013-04-08 21:41:30 UTC (rev 147954)
@@ -154,6 +154,11 @@
ASSERT_NOT_REACHED();
}
+void ResourceHandle::continueDidReceiveResponse()
+{
+ ASSERT_NOT_REACHED();
+}
+
void ResourceHandle::continueShouldUseCredentialStorage(bool)
{
ASSERT_NOT_REACHED();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes