Ticket #10510: patch2

File patch2, 1.1 KB (added by akshay1994, 10 years ago)
Line 
1diff --git a/Source/WebCore/PlatformHaiku.cmake b/Source/WebCore/PlatformHaiku.cmake
2index 3d4514f..614b583 100644
3--- a/Source/WebCore/PlatformHaiku.cmake
4+++ b/Source/WebCore/PlatformHaiku.cmake
5@@ -81,7 +81,7 @@ LIST(APPEND WebCore_SOURCES
6 platform/network/haiku/ResourceRequestHaiku.cpp
7 platform/network/haiku/CookieJarHaiku.cpp
8
9- platform/network/curl/SocketStreamHandleCurl.cpp # not implemented
10+ platform/network/haiku/SocketStreamHandleHaiku.cpp # not implemented
11 platform/network/NetworkStorageSessionStub.cpp
12
13 platform/posix/FileSystemPOSIX.cpp
14diff --git a/Source/WebCore/platform/network/haiku/SocketStreamHandle.h b/Source/WebCore/platform/network/haiku/SocketStreamHandle.h
15index a82319f..a9980ad 100644
16--- a/Source/WebCore/platform/network/haiku/SocketStreamHandle.h
17+++ b/Source/WebCore/platform/network/haiku/SocketStreamHandle.h
18@@ -54,6 +54,8 @@ namespace WebCore {
19 virtual void platformClose();
20
21 private:
22+ BNetworkAddress *peer;
23+ BSocket *sock;
24 SocketStreamHandle(const URL&, SocketStreamHandleClient*);
25
26 // No authentication for streams per se, but proxy may ask for credentials.